Shared::Release
Defined in:
Decrements an object's reference count.
TSTools.h
Prototype
virtual int32 Release(void);
Description
The Release
function decrements the reference count. If the reference count becomes zero, then the object is destroyed. The return value of the Release
function is the new reference count.
See Also