nn::nex::GlobalVariables::ReleaseInstance Member Function

Syntax

static void ReleaseInstance();

Parameters

None.

Return Values

None.

Description

Releases global variables used internally by the NEX library.

Before terminating the NEX library perform finalization processes on all other features and use this function to release global variables.

You need to call this function as many times as you called AcquireInstance function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL