|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dplay_global.h>

Public Attributes | |
| DPID | dpid |
| DPNAME | name |
| HANDLE | hEvent |
| ULONG | uRef |
| LPVOID | lpLocalData |
| DWORD | dwLocalDataSize |
| LPVOID | lpRemoteData |
| DWORD | dwRemoteDataSize |
| LPVOID | lpSPPlayerData |
| DWORD | dwFlags |
Definition at line 58 of file dplay_global.h.
| DPID PlayerData::dpid |
Definition at line 61 of file dplay_global.h.
Referenced by DP_CreatePlayer().
| DWORD PlayerData::dwFlags |
Definition at line 79 of file dplay_global.h.
Referenced by DP_CreatePlayer().
| DWORD PlayerData::dwLocalDataSize |
Definition at line 70 of file dplay_global.h.
Referenced by DP_SetPlayerData().
| DWORD PlayerData::dwRemoteDataSize |
Definition at line 74 of file dplay_global.h.
Referenced by DP_SetPlayerData().
| HANDLE PlayerData::hEvent |
Definition at line 64 of file dplay_global.h.
Referenced by DP_CreatePlayer(), and DP_DeletePlayer().
| LPVOID PlayerData::lpLocalData |
Definition at line 69 of file dplay_global.h.
Referenced by DP_SetPlayerData().
| LPVOID PlayerData::lpRemoteData |
Definition at line 73 of file dplay_global.h.
Referenced by DP_SetPlayerData().
| LPVOID PlayerData::lpSPPlayerData |
Definition at line 77 of file dplay_global.h.
Referenced by DP_CreatePlayer(), DP_GetSPPlayerData(), and DP_SetSPPlayerData().
| DPNAME PlayerData::name |
Definition at line 63 of file dplay_global.h.
Referenced by DP_CreatePlayer(), DP_DeletePlayer(), DP_IF_GetPlayerName(), and DP_IF_SetPlayerName().
| ULONG PlayerData::uRef |
Definition at line 66 of file dplay_global.h.
Referenced by DP_DeletePlayer(), and DP_IF_CreatePlayer().