Class CoreFoundation.CFTypeRef

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
All Implemented Interfaces:
NativeMapped
Direct Known Subclasses:
CoreFoundation.CFAllocatorRef, CoreFoundation.CFArrayRef, CoreFoundation.CFBooleanRef, CoreFoundation.CFDataRef, CoreFoundation.CFDictionaryRef, CoreFoundation.CFNumberRef, CoreFoundation.CFStringRef, DiskArbitration.DADiskRef, DiskArbitration.DASessionRef
Enclosing interface:
CoreFoundation

public static class CoreFoundation.CFTypeRef extends PointerType
The CFTypeRef type is the base type defined in Core Foundation. It is used as the type and return value in several polymorphic functions. It is a generic object reference that acts as a placeholder for other true Core Foundation objects.