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;
IDirectPlay3::DeleteGroupFromGroup
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.