DPMSG_DELETEPLAYER

typedef struct{

DWORD dwType;

DPID dpId;

} DPMSG_DELETEPLAYER;

Contains information for the DPSYS_DELETEPLAYER and DPSYS_DELETEGROUP system messages. The system sends these messages when players and groups are deleted from a session.

dwType

Identifier for the message.

dpId

ID of a player or group that has been deleted.