Microsoft SDK for Java

deletePlayerFromGroup

This method of the DirectPlay2 Class removes a player from a group.

Syntax

public void deletePlayerFromGroup(int groupId, int playerId);

Parameters

groupId The group ID of the group to be adjusted.
playerId The ID of the player to be removed from the group.

Remarks

A DPSYS_DELETEPLAYERFROMGROUP system message is generated to inform the other players of this change.

See Also

addPlayerToGroup, DPMSG_DELETEPLAYERFROMGROUP

© 1999 Microsoft Corporation. All rights reserved. Terms of use.