ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <dplay_global.h>
Public Member Functions | |
DPQ_HEAD (GroupList) groups | |
DPQ_HEAD (PlayerList) players | |
Public Attributes | |
DPID | parent |
ULONG | uRef |
DPID | idGroupOwner |
DWORD | dwFlags |
DPID | dpid |
DPNAME | name |
LPVOID | lpLocalData |
DWORD | dwLocalDataSize |
LPVOID | lpRemoteData |
DWORD | dwRemoteDataSize |
Definition at line 91 of file dplay_global.h.
GroupData::DPQ_HEAD | ( | GroupList | ) |
GroupData::DPQ_HEAD | ( | PlayerList | ) |
DPID GroupData::dpid |
Definition at line 105 of file dplay_global.h.
Referenced by DP_CreateGroup(), IDirectPlay4Impl_DeleteGroupFromGroup(), IDirectPlay4Impl_DeletePlayerFromGroup(), and IDirectPlay4Impl_GetGroupParent().
DWORD GroupData::dwFlags |
Definition at line 103 of file dplay_global.h.
Referenced by DP_CreateGroup().
DWORD GroupData::dwLocalDataSize |
Definition at line 110 of file dplay_global.h.
Referenced by DP_SetGroupData(), and IDirectPlay4Impl_GetGroupData().
DWORD GroupData::dwRemoteDataSize |
Definition at line 114 of file dplay_global.h.
Referenced by DP_SetGroupData(), and IDirectPlay4Impl_GetGroupData().
DPID GroupData::idGroupOwner |
Definition at line 101 of file dplay_global.h.
LPVOID GroupData::lpLocalData |
Definition at line 109 of file dplay_global.h.
Referenced by DP_SetGroupData(), and IDirectPlay4Impl_GetGroupData().
LPVOID GroupData::lpRemoteData |
Definition at line 113 of file dplay_global.h.
Referenced by DP_SetGroupData(), and IDirectPlay4Impl_GetGroupData().
DPNAME GroupData::name |
Definition at line 106 of file dplay_global.h.
Referenced by DP_CreateGroup(), DP_DeleteGroup(), DP_IF_GetGroupName(), and DP_IF_SetGroupName().
DPID GroupData::parent |
Definition at line 94 of file dplay_global.h.
Referenced by DP_CreateGroup(), and DP_IF_DestroyGroup().
ULONG GroupData::uRef |
Definition at line 96 of file dplay_global.h.
Referenced by DP_DeleteGroup(), DP_IF_CreateGroup(), DP_IF_CreateGroupInGroup(), and IDirectPlay4Impl_AddGroupToGroup().