nn::nex::MatchmakeParam::GetRatingValue Member Function

Syntax

qBool GetRatingValue(
     qUnsignedInt32 * ratingValue
) const;

Parameters

Name Description
out ratingValue Pointer to the buffer where the retrieved rating value is stored. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Gets a rating value.

Gets a rating value. Pass NULL to the parameter to only check whether the parameter is present.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL