nn::nex::JoinMatchmakeSessionParam::SetSystemPassword Member Function

Syntax

void SetSystemPassword(
     const String & strSystemPassword
);

Parameters

Name Description
in strSystemPassword The system password for the matchmaking session.

Return Values

None.

Description

Sets the system password for the matchmaking session.

If a system password is already set in the matchmaking session, this function checks whether it matches. The initial state is an empty string.

See Also

MatchmakeExtensionClient::GenerateMatchmakeSessionSystemPassword

Revision History

2014/03/19
Initial version.

CONFIDENTIAL