nn::boss::GetStorageInfo Function

Syntax

nn::Result GetStorageInfo(
     size_t * pStorageSize = NULL
);
nn::Result GetStorageInfo(
     size_t * pStorageSize,
     u16 * pEntryCount
);

List of Overloaded Member Functions

GetStorageInfo ( size_t * ) Gets the size of the registered BOSS storage region. Can confirm whether storage registration is complete.
GetStorageInfo ( size_t *, u16 * ) Gets the size of the registered BOSS storage region and the maximum file count. Can confirm whether storage registration is complete.

Description of GetStorageInfo ( size_t * )

Description of GetStorageInfo ( size_t *, u16 * )


CONFIDENTIAL