nn::boss::Finalize Function

Syntax

nn::Result Finalize(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Finalized successfully.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Closes the BOSS library. Call this function once you are finished using the BOSS library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL