nn::nex::JoinMatchmakeSessionParam::SetUserPassword Member Function

Syntax

void SetUserPassword(
     const String & strUserPassword
);

Parameters

Name Description
in strUserPassword The user password for the matchmaking session.

Return Values

None.

Description

Sets the user password for the matchmaking session.

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

See Also

MatchmakeSession::SetUserPassword

Revision History

2014/03/19
Initial version.

CONFIDENTIAL