GetStorageInfo

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 also be used to check if the BOSS storage is registered.
GetStorageInfo ( size_t *, u16 * ) Gets the size of the registered BOSS storage region and the maximum file count.
Can also be used to check if the BOSS storage is registered.

Description of GetStorageInfo ( size_t * )

Description of GetStorageInfo ( size_t *, u16 * )


CONFIDENTIAL