ReactOS 0.4.16-dev-106-g10b08aa
|
#include <dplay.h>
Public Attributes | |
DWORD | dwType |
DWORD | dwPlayerType |
DPID | dpId |
DWORD | dwCurrentPlayers |
LPVOID | lpData |
DWORD | dwDataSize |
DPNAME | dpnName |
DPID | dpIdParent |
DWORD | dwFlags |
DPID tagDPMSG_CREATEPLAYERORGROUP::dpId |
Definition at line 1150 of file dplay.h.
Referenced by test_Receive().
DPID tagDPMSG_CREATEPLAYERORGROUP::dpIdParent |
Definition at line 1158 of file dplay.h.
Referenced by test_CreateGroup(), and test_Receive().
DPNAME tagDPMSG_CREATEPLAYERORGROUP::dpnName |
Definition at line 1154 of file dplay.h.
Referenced by test_CreateGroup(), and test_Receive().
DWORD tagDPMSG_CREATEPLAYERORGROUP::dwCurrentPlayers |
Definition at line 1151 of file dplay.h.
Referenced by test_Receive().
DWORD tagDPMSG_CREATEPLAYERORGROUP::dwDataSize |
Definition at line 1153 of file dplay.h.
Referenced by test_CreateGroup(), and test_Receive().
DWORD tagDPMSG_CREATEPLAYERORGROUP::dwFlags |
Definition at line 1159 of file dplay.h.
Referenced by test_CreateGroup(), and test_Receive().
DWORD tagDPMSG_CREATEPLAYERORGROUP::dwPlayerType |
Definition at line 1149 of file dplay.h.
Referenced by test_CreateGroup(), and test_Receive().
DWORD tagDPMSG_CREATEPLAYERORGROUP::dwType |
Definition at line 1148 of file dplay.h.
Referenced by test_CreateGroup().
LPVOID tagDPMSG_CREATEPLAYERORGROUP::lpData |
Definition at line 1152 of file dplay.h.
Referenced by test_Receive().