nn::boss::Initialize Functionnn::Result Initialize( void );
None.
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). |
Initializes the BOSS library. Processes that link against the BOSS library must call this once before they use the library.
CONFIDENTIAL