static qInt32 GetCount();
None.
AcquireInstance
function minus the number of calls to the ReleaseInstance
function. Gets the number of calls that should be made to the ReleaseInstance
function when the library is released.
If the AcquireInstance
function has been called x number of times, then the ReleaseInstance
function must be called the same number of times. This function returns the value that results from subtracting the number of calls to the ReleaseInstance
function from the number of calls to the AcquireInstance
function. It can be used after the instances of NgsFacade
and NetZ
are released. Call the ReleaseInstance
function the same number of times as the return value of this function to release the global variables. This function may return an invalid value if called before NgsFacade
and NetZ
are released. In the debug build, the function stops on an assert.
NgsFacade
and NetZ
are released.CONFIDENTIAL