nnroEpilog

nnroEpilog Function

Syntax

NN_DLL_EXPORT void nnroEpilog();

Parameters

None.

Return Values

Description

Placeholder for the function used for DLL-specific finalization.

If you define and make public a function named nnroEpilog for the DLL, it will automatically execute before all finalization is complete when nn::ro::Module::DoFinalize is called.

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

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

Revision History

2011/07/29
Initial version.

CONFIDENTIAL