typedef struct{
DWORD dwType;
DWORD dwPlayerType;
DPID dpId;
LPVOID lpLocalData;
DWORD dwLocalDataSize;
LPVOID lpRemoteData;
DWORD dwRemoteDataSize;
} DPMSG_DESTROYPLAYERORGROUP, *LPDPMSG_DESTROYPLAYERORGROUP;
Contains information for the DPSYS_DESTROYPLAYERORGROUP system message. The system sends this message when players and groups are deleted from a session.
Identifies the message. This member is DPSYS_DESTROYPLAYERORGROUP.
Identifies whether the message applies to a player (DPPLAYERTYPE_PLAYER) or group (DPPLAYERTYPE_GROUP).
ID of a player or group that has been destroyed.
Address of the local data associated with this player/group.
Size, in bytes, of the local data.
Address of the remote data associated with this player/group.
Size, in bytes, of the remote data.