DirectPlay Animated Header -- DPMSG_DELETEGROUPFROMGROUP DirectPlay Animated Header -- DPMSG_DELETEGROUPFROMGROUP* Microsoft DirectPlay SDK
*Index  *Topic Contents
*Previous Topic: DPMSG_CREATEPLAYERORGROUP
*Next Topic: DPMSG_DELETEPLAYERFROMGROUP


DPMSG_DELETEGROUPFROMGROUP


DirectPlay generates this message and sends it to every player when a group is removed from a group. Note that this structure is identical to DPMSG_ADDGROUPTOGROUP.

typedef struct{
    DWORD    dwType;
    DPID     dpIdParentGroup;
    DPID     dpIdGroup;
} DPMSG_ADDGROUPTOGROUP, FAR *LPDPMSG_ADDGROUPTOGROUP;
typedef DPMSG_ADDGROUPTOGROUP  DPMSG_DELETEGROUPFROMGROUP;
Members
dwType
Identifies the message. This member is DPSYS_DELETEGROUPFROMGROUP.
dpIdParentGroup
ID of the group from which the group was removed.
dpIdGroup
ID of the group that was removed from the group.
See Also

IDirectPlay3::DeleteGroupFromGroup

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page