|
ReactOS 0.4.17-dev-934-g091855f
|
#include <dpnet_private.h>

Public Attributes | |
| IDirectPlay8LobbiedApplication | IDirectPlay8LobbiedApplication_iface |
| LONG | ref |
| PFNDPNMESSAGEHANDLER | msghandler |
| DWORD | flags |
| void * | usercontext |
| DPNHANDLE * | connection |
Definition at line 102 of file dpnet_private.h.
| DPNHANDLE* IDirectPlay8LobbiedApplicationImpl::connection |
Definition at line 110 of file dpnet_private.h.
| DWORD IDirectPlay8LobbiedApplicationImpl::flags |
Definition at line 108 of file dpnet_private.h.
| IDirectPlay8LobbiedApplication IDirectPlay8LobbiedApplicationImpl::IDirectPlay8LobbiedApplication_iface |
Definition at line 104 of file dpnet_private.h.
Referenced by DPNET_CreateDirectPlay8LobbiedApp().
| PFNDPNMESSAGEHANDLER IDirectPlay8LobbiedApplicationImpl::msghandler |
Definition at line 107 of file dpnet_private.h.
| LONG IDirectPlay8LobbiedApplicationImpl::ref |
Definition at line 105 of file dpnet_private.h.
Referenced by DPNET_CreateDirectPlay8LobbiedApp().
| void* IDirectPlay8LobbiedApplicationImpl::usercontext |
Definition at line 109 of file dpnet_private.h.