nn::boss::RegisterStorage Function

Syntax

nn::Result RegisterStorage(
     nn::fs::ExtSaveDataId storageId,
     size_t size
);

Arguments

Name Description
in storageId Specifies the storage (additional data) identifier.
in size Specifies the total maximum usable size within the storage region.

Return Values

Returns the result of the operation.

Description

Registers BOSS storage used by BOSSD for NADL tasks and other purposes. NS data cannot be downloaded if no storage is registered.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL