![]() |
CFPropertyListRef | Header: CFPropertyList.h |
Used primarily for the return value of CFPropertyListCreateFromXMLData.
typedef CFTypeRef CFPropertyListRef;
This type is provided because the return value of CFPropertyListCreateFromXMLData depends on the contents of the XML data which is passed to it. CFPropertyListRef can be any of the property list types - CFData, CFString, CFArray, CFDictionary, CFDate, CFBoolean, CFNumber.