nn::boss::Finalize Functionnn::Result Finalize( void );
None.
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). |
Finalizes the BOSS library. Processes that link against the BOSS library must call this after they are done using the library.
CONFIDENTIAL