nn::nex::DataStoreDataCode::CreateFromDataCodeRaw Member Function

Syntax

static DataStoreDataCode CreateFromDataCodeRaw(
     const String & key,
     qUnsignedInt64 dataCodeRaw
);

Parameters

Name Description
in key Key to use when calculating the checksum. Specify the access key of the title.
in dataCodeRaw Internal datacode.

Return Values

A DataStoreDataCode object.

Description

Generates a DataStoreDataCode object from a 64-bit integer internal datacode.

Use the IsValid function after the object is generated to check whether the internal datacode is valid.

See Also

IsValid, GetDataCodeRaw

Revision History

2014/09/16
Initial version.

CONFIDENTIAL