|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#include <dplay.h>
Data Fields | |
| DWORD | dwType |
| Message type. More... | |
| DWORD | dwPlayerType |
| Is it a player or group. More... | |
| DPID | dpId |
| player ID being deleted More... | |
| LPVOID | lpLocalData |
| copy of players local data More... | |
| DWORD | dwLocalDataSize |
| sizeof local data More... | |
| LPVOID | lpRemoteData |
| copy of players remote data More... | |
| DWORD | dwRemoteDataSize |
| sizeof remote data More... | |
| DPNAME | dpnName |
| structure with name info More... | |
| DPID | dpIdParent |
| id of parent group More... | |
| DWORD | dwFlags |
| player or group flags More... | |
| DPID DPMSG_DESTROYPLAYERORGROUP::dpId |
player ID being deleted
| DPID DPMSG_DESTROYPLAYERORGROUP::dpIdParent |
id of parent group
| DPNAME DPMSG_DESTROYPLAYERORGROUP::dpnName |
structure with name info
| DWORD DPMSG_DESTROYPLAYERORGROUP::dwFlags |
player or group flags
| DWORD DPMSG_DESTROYPLAYERORGROUP::dwLocalDataSize |
sizeof local data
| DWORD DPMSG_DESTROYPLAYERORGROUP::dwPlayerType |
Is it a player or group.
| DWORD DPMSG_DESTROYPLAYERORGROUP::dwRemoteDataSize |
sizeof remote data
| DWORD DPMSG_DESTROYPLAYERORGROUP::dwType |
Message type.
| LPVOID DPMSG_DESTROYPLAYERORGROUP::lpLocalData |
copy of players local data
| LPVOID DPMSG_DESTROYPLAYERORGROUP::lpRemoteData |
copy of players remote data