Derived from | |
Framework | CoreFoundation/CoreFoundation.h |
Companion guide | |
Declared in | CFBase.h |
The CFNull opaque type defines a unique object used to represent null values in collection objects (which don’t allow NULL
values). CFNull objects are neither created nor destroyed. Instead, a single CFNull constant object—kCFNull
—is defined and is used wherever a null value is needed.
The CFNull opaque type is available in Mac OS X v10.2 and later.
Returns the type identifier for the CFNull opaque type.
CFTypeID CFNullGetTypeID ( void );
The type identifier for the CFNull opaque type.
CFBase.h
A reference to a CFNull object.
typedef const struct __CFNull *CFNullRef;
CFBase.h
Predefined CFNull object.
const CFNullRef kCFNull;
© 2003, 2005 Apple Computer, Inc. All Rights Reserved. (Last updated: 2005-12-06)