nn::nex::MatchmakeExtensionClient::IsValidPersistentGatheringCode Member Function

Syntax

static qBool IsValidPersistentGatheringCode(
     qUnsignedInt64 persistentGatheringCode
);

Parameters

Name Description
in persistentGatheringCode Persistent gathering code.

Return Values

Whether the persistent gathering code is valid.

Description

Determines whether the persistent gathering code is valid.

Before using this function, you must set a persistent gathering code HMAC key with the SetPersistentGatheringCodeKey function. This function can execute even if Bind has not been performed.

Revision History

2013/01/11
Initial version.

CONFIDENTIAL