nn::boss::UnregisterStorage Function

Syntax

nn::Result UnregisterStorage(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess Deregistration was successful.
ResultStorageNotFound The BOSS storage corresponding to the appropriate application ID is not registered. Please check if the BOSS storage is registered.
ResultIpcNotSessionInitialized The session has not been initialized.
This Result is returned if this function is called before the Initialize function. Always call the Initialize function first when using the BOSS library.
A value other than the above Unexpected error (see boss_Result.h for error details).

Description

Deregisters the BOSS storage. The BOSS storage is not deleted, but merely deregistered.

BOSS storage is part of the expanded save data, so it gets deleted when the expanded save data gets deleted.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL