nn::nex::UpdateMatchmakeSessionParam::SetUserPassword Member Function

Syntax

void SetUserPassword(
     const String & userPassword
);

Parameters

Name Description
in userPassword The user password of the new matchmaking session.

Return Values

None.

Description

Sets the user password for the matchmaking session.

Sets the user password for the matchmaking session. The user password for the matchmaking session can be up to MAX_MATCHMAKE_SESSION_USER_PASSWORD_LENGTH characters long.

Revision History

2014/07/02
Initial version.

CONFIDENTIAL