nn::nex::DataStoreDataCode::CreateFromDataId Member Function

Syntax

static DataStoreDataCode CreateFromDataId(
     const String & key,
     qUnsignedInt64 dataId
);

Parameters

Name Description
in key Key to use when calculating the checksum. Specify the access key of the title.
in dataId Data ID.

Return Values

A DataStoreDataCode object.

Description

Creates a DataStoreDataCode object from a data ID.

The IsValid function returns false if the data ID is more than 56 bits.

See Also

IsValid, GetDataId

Revision History

2014/09/16
Initial version.

CONFIDENTIAL