Removes a shortcut to a group previously added with the IDirectPlay3::AddGroupToGroup method from a group. Deleting the shortcut does not destroy the group.
HRESULT DeleteGroupFromGroup(
DPID idParentGroup,
DPID idGroup
);
Returns DP_OK if successful, or one of the following error messages otherwise:
A DPMSG_DELETEGROUPFROMGROUP system message is generated to inform players of this change.
IDirectPlay3::AddGroupToGroup, DPMSG_DELETEGROUPFROMGROUP
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.