nn::boss::Initialize Function

Syntax

nn::Result Initialize(
void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns a Result listed below.
Value Description
ResultSuccess Initialization successful.
ResultAlreadyInitialized Already initialized.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Initializes the BOSS library. Processes that link against the BOSS library must call this once before they use the library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL