nn::nex::MatchmakeExtensionClient::Bind Member Function

Syntax

virtual qBool Bind(
     Credentials * pCredentials
);

Parameters

Name Description
in pCredentials Certificate for accessing the service.

Return Values



Value Description
true Success.
false Failure.

Description

Sets a certificate for using the matchmaking service.

Sets a certificate for using the matchmaking service. A certificate must be set before using the matchmaking feature. After the NgsFacade::Login function completes, specify the certificate obtained using the NgsFacade::GetCredentials function as an argument.

Revision History

2013/03/27
Added the virtual declaration.
2011/01/27
Initial version.

CONFIDENTIAL