DWCNewClientCallback

Syntax

#include <dwc.h>
typedef void(*) DWCNewClientCallback(int index,
             void *param);

Arguments

index Friend roster index of the new connection client. The value is -1 if the new connection client is not a friend.
param Callback parameter.

Return Values

None.

Description

Called during matchmaking when another client has started a new connection to the established group.

See Also

DWC_ConnectToAnybodyAsync
DWC_ConnectToFriendsAsync
DWC_SetupGameServer
DWC_ConnectToGameServerAsync
DWC_ConnectToGameServerByGroupID

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL