nnroProlog FunctionNN_DLL_EXPORT void nnroProlog();
None.
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.)
CONFIDENTIAL