|
ReactOS 0.4.17-dev-934-g091855f
|


Go to the source code of this file.
Classes | |
| struct | IDirectPlay8ClientImpl |
| struct | component |
| struct | IDirectPlay8AddressImpl |
| struct | IDirectPlay8LobbiedApplicationImpl |
| struct | IDirectPlay8ThreadPoolImpl |
| struct | flag_info |
| struct | guid_info |
Macros | |
| #define | FE(x) { x, #x } |
| #define | GE(x) { &x, #x } |
Definition at line 35 of file dpnet_private.h.
Definition at line 34 of file dpnet_private.h.
Definition at line 36 of file dpnet_private.h.
Definition at line 37 of file dpnet_private.h.
| HRESULT DPNET_CreateDirectPlay8Address | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
| HRESULT DPNET_CreateDirectPlay8Client | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
factories
| HRESULT DPNET_CreateDirectPlay8LobbiedApp | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
Definition at line 188 of file lobbiedapp.c.
| HRESULT DPNET_CreateDirectPlay8LobbyClient | ( | IClassFactory * | iface, |
| IUnknown * | pUnkOuter, | ||
| REFIID | riid, | ||
| void ** | ppobj | ||
| ) |
Definition at line 560 of file client.c.
| HRESULT DPNET_CreateDirectPlay8Peer | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
| HRESULT DPNET_CreateDirectPlay8Server | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
| HRESULT DPNET_CreateDirectPlay8ThreadPool | ( | LPCLASSFACTORY | iface, |
| LPUNKNOWN | punkOuter, | ||
| REFIID | riid, | ||
| LPVOID * | ppobj | ||
| ) |
Definition at line 157 of file threadpool.c.
| HRESULT enum_services_providers | ( | const GUID *const | service, |
| DPN_SERVICE_PROVIDER_INFO *const | info_buffer, | ||
| DWORD *const | buf_size, | ||
| DWORD *const | returned | ||
| ) |
Definition at line 125 of file peer.c.
Referenced by IDirectPlay8ClientImpl_EnumServiceProviders(), IDirectPlay8PeerImpl_EnumServiceProviders(), and IDirectPlay8ServerImpl_EnumServiceProviders().
| void init_dpn_sp_caps | ( | DPN_SP_CAPS * | dpnspcaps | ) |
Definition at line 622 of file peer.c.
Referenced by DPNET_CreateDirectPlay8Client(), and DPNET_CreateDirectPlay8Peer().
Definition at line 55 of file dpnet_main.c.