nn::boss::Initialize Function

Syntax

nn::Result Initialize(
     void
);

Parameters

None.

Return Values

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

Description

Initializes the BOSS library. Call this function once before using the BOSS library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL