DWCNewClientCallback

Syntax

#include <dwc.h>

typedef void(*) DWCNewClientCallback(int index,
             void *param);

Arguments

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

Return Values

None.

Description

This function is called during matchmaking when another client has started a new connection to the established network.

See Also

DWC_ConnectToAnybodyAsync
DWC_ConnectToFriendsAsync
DWC_SetupGameServer
DWC_ConnectToGameServerAsync DWC_ConnectToGameServerByGroupID

Revision History

2.0.0
Made revisions in line with changes to the specifications used by all matchmaking types.

CONFIDENTIAL