DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPMSG_DESTROYPLAYERORGROUP Struct Reference

#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...
 

Field Documentation

◆ dpId

DPID DPMSG_DESTROYPLAYERORGROUP::dpId

player ID being deleted

◆ dpIdParent

DPID DPMSG_DESTROYPLAYERORGROUP::dpIdParent

id of parent group

◆ dpnName

DPNAME DPMSG_DESTROYPLAYERORGROUP::dpnName

structure with name info

◆ dwFlags

DWORD DPMSG_DESTROYPLAYERORGROUP::dwFlags

player or group flags

◆ dwLocalDataSize

DWORD DPMSG_DESTROYPLAYERORGROUP::dwLocalDataSize

sizeof local data

◆ dwPlayerType

DWORD DPMSG_DESTROYPLAYERORGROUP::dwPlayerType

Is it a player or group.

◆ dwRemoteDataSize

DWORD DPMSG_DESTROYPLAYERORGROUP::dwRemoteDataSize

sizeof remote data

◆ dwType

DWORD DPMSG_DESTROYPLAYERORGROUP::dwType

Message type.

◆ lpLocalData

LPVOID DPMSG_DESTROYPLAYERORGROUP::lpLocalData

copy of players local data

◆ lpRemoteData

LPVOID DPMSG_DESTROYPLAYERORGROUP::lpRemoteData

copy of players remote data


The documentation for this struct was generated from the following file: