| DirectX SDK | 
The IDirectPlay4::DeleteGroupFromGroup method removes a shortcut to a group previously added with the IDirectPlay4::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:
| DPERR_ACCESSDENIED | 
| DPERR_CONNECTIONLOST | 
| DPERR_INVALIDGROUP | 
A DPMSG_DELETEGROUPFROMGROUP system message is generated to inform players of this change.
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dplay.h.
  Import Library: Use dplayx.lib.