nn::nex::MatchmakeRefereeClient::CreateStats Member Function

Syntax

qBool CreateStats(
     ProtocolCallContext * pCC,
     const MatchmakeRefereeStatsInitParam & param
);

Parameters

Name Description
in pCC Call information.
in param Creation parameter.

Return Values

Returns the result of the operation.

Description

Creates new personal statistics associated with the primary associated NEX unique ID.

If the personal statistics already exist, QERROR(MatchmakeReferee, AlreadyExists) is returned.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL