nn::nex::UtilityClient::AcquireNexUniqueIdWithPassword Member Function

Syntax

qBool AcquireNexUniqueIdWithPassword(
     ProtocolCallContext * pContext,
     UniqueIdInfo * pUniqueIdInfo
);

Parameters

Name Description
in pContext The call context.
out pUniqueIdInfo The NEX unique ID data.

Return Values

Returns the result of the operation.

Description

Gets the NEX unique ID and password.

Gets new values for the NEX unique ID and password every time this function is called.
The obtained unique ID and password are stored in the save region. Call this function only if they are not saved there.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL