nnroProlog

nnroProlog Function

Syntax

NN_DLL_EXPORT void nnroProlog();

Arguments

None.

Return Values

Description

Placeholder for the function used for DLL-specific initialization.

If you define and make public a function named nnroProlog for DLLs ahead of time, it will automatically execute before all initialization is complete when nn::ro::Module::DoInitialize is called.

This function can be used to execute DLL-specific initialization.

(The SDK does not provide an implementation of this function.)

Revision History

2011/07/29
Initial version.

CONFIDENTIAL