![]() |
CFGetRetainCount | Header: CFBase.h |
Obtains the retention count of a Core Foundation object.
CFIndex CFGetRetainCount ( CFTypeRef cf );
A generic reference of type CFTypeRef. Pass a reference to any Core Foundation object whose retention count you want to obtain.
A number representing the retention count of an object.