nn::cfg::CTR::GetTransferableId Function

Syntax

#include <nn/cfg.h>

bit64 GetTransferableId(
bit32 uniqueId
);

Arguments

Name Description
in uniqueId Specifies an application's unique (20-bit) ID.

Return Values

Returns a system-specific (64-bit) ID.

Description

Gets the system ID.

By specifying an application's unique ID, you can get a value specific to both the system and the application.
To use the same system-specific ID with multiple applications, you must specify the same unique ID.

Revision History

2010/11/10
Added a description of the unique ID given as an argument.
2010/10/22
Initial version.

CONFIDENTIAL