Server.RemovePlayerFromGroup Method |
Language: |
Visual Basic Public Sub RemovePlayerFromGroup( _
ByVal groupID As Integer, _
ByVal clientID As Integer, _
ByVal flags As SyncFlags, _
ByVal asyncContext As Object _
)C# public void RemovePlayerFromGroup(
int groupID,
int clientID,
SyncFlags flags,
object asyncContext
);C++ public:
void RemovePlayerFromGroup(
int groupID,
int clientID,
SyncFlags flags,
Object^ asyncContext
);JScript public function RemovePlayerFromGroup(
groupID : int,
clientID : int,
flags : SyncFlags,
asyncContext : Object
);
groupID System.Int32
clientID System.Int32
flags Microsoft.DirectX.DirectPlay.SyncFlags
asyncContext System.Object
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center