CFPropertyListCreateXMLData |
||||
Header: | CFPropertyList.h | Carbon status: | Supported | |
Creates an XML representation of the specified property list.
CFDataRef CFPropertyListCreateXMLData ( CFAllocatorRef allocator, CFPropertyListRef propertyList );
The allocator to use. Pass NULL to use the default allocator.
The property list that you would like converted to XML. Pass one of the standard plist types, usually CFArray or CFDictionary.
A reference to the XML data.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)