DPMSG_DESTROYPLAYERORGROUP

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.

dwType

Identifies the message. This member is DPSYS_DESTROYPLAYERORGROUP.

dwPlayerType

Identifies whether the message applies to a player (DPPLAYERTYPE_PLAYER) or group (DPPLAYERTYPE_GROUP).

dpId

ID of a player or group that has been destroyed.

lpLocalData

Address of the local data associated with this player/group.

dwLocalDataSize

Size, in bytes, of the local data.

lpRemoteData

Address of the remote data associated with this player/group.

dwRemoteDataSize

Size, in bytes, of the remote data.