Shared::GetReferenceCount
Defined in:
Returns an object's current reference count.
TSTools.h
Prototype
int32 GetReferenceCount(void) const;
Description
The GetReferenceCount
function returns the current reference count. When a shared object is constructed, its initial reference count is 1.
See Also