nn::boss::Finalize Function

Syntax

nn::Result Finalize(
void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Finalized successfully.
ResultIpcNotSessionInitialized Either a session had not been initialized or there were incompatible permissions.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Finalizes the BOSS library. Processes that link against the BOSS library must call this after they are done using the library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL