nn::ro::Module::DoInitialize Member Function

Syntax

void DoInitialize();

Parameters

None.

Return Values

None.

Description

Executes the module initialization process.

Creates global objects belonging to this module and executes the nnroProlog function.

Usually, this function must be called after LoadModule and before executing functions belonging to this module or referencing symbols.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL