Microsoft DirectX 8.1 (Visual Basic) |
When this method is called, DirectPlay calls each player's DirectPlay8Event.AddRemovePlayerGroup method to notify him or her that a member has been removed from the group.
RemovePlayerFromGroup(idGroup As Long, _ idClient As Long, _ lFlags As Long) As Long
Returns the asynchronous handle for this operation. This is the handle that is used in lAsyncHandle parameter of the DirectPlay8Peer.CancelAsyncOperation method to cancel the request, if the request is processed asynchronously.
If the method fails, Err.Number can be set to one of the following values.
DPNERR_INVALIDGROUP |
DPNERR_INVALIDFLAGS |
DPNERR_INVALIDPLAYER |