DPMSG_GROUPADD

typedef struct{

DWORD dwType;

DPID dpIdGroup;

DPID dpIdPlayer;

} DPMSG_GROUPADD;

Contains information for the DPSYS_ADDPLAYERTOGROUP and DPSYS_DELETEPLAYERFROMGRP system messages. The system sends these messages when players are added to and deleted from a group, respectively.

dwType

Identifier for the message.

dpIdGroup

ID of the group to which the player was added or deleted.

dpIdPlayer

ID of the player that was added to or deleted from the specified group.