Shared::GetReferenceCount
Defined in: C4Shared.h
Returns an object's current reference count.
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
Shared::Retain
Shared::Release
|