CFPropertyListCreateXMLData

Header: CFPropertyList.h Carbon status: Supported

Creates an XML representation of the specified property list.

CFDataRef CFPropertyListCreateXMLData (
    CFAllocatorRef allocator, 
    CFPropertyListRef propertyList
);
Parameter descriptions
allocator

The allocator to use. Pass NULL to use the default allocator.

propertyList

The property list that you would like converted to XML. Pass one of the standard plist types, usually CFArray or CFDictionary.

function result

A reference to the XML data.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)