Removes a player from a group.
HRESULT DeletePlayerFromGroup(
DPID idGroup,
DPID idPlayer
);
Returns DP_OK if successful, or one of the following error messages otherwise:
A DPSYS_DELETEPLAYERFROMGROUP system message is generated to inform the other players of this change. For a list of system messages, see Using System Messages.
A player can delete any player from a group, even if that group was created by some other computer.
IDirectPlay3::AddPlayerToGroup, DPMSG_DELETEPLAYERFROMGROUP
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.