CFTypeRef |
Header: CFBase.h |
An untyped "generic" reference to any Core Foundation object.
typedef void CFTypeRef;
The CFTypeRef type is one of the base types defined in Core Foundation's Base Services. It is used as the type and return value in several "polymorphic" functions defined in Base Services. It is a generic object reference that acts as a placeholder for references to true Core Foundation objects.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)