CFPropertyListMutabilityOptions |
Header: CFPropertyList.h |
enum CFPropertyListMutabilityOptions { kCFPropertyListImmutable = , kCFPropertyListMutableContainers = 1, kCFPropertyListMutableContainersAndLeaves = 2 };
Causes the returned property list to be immutable.
Causes the property list to be created with mutable containers but immutable leaves.
Causes the property list to be created with mutable containers as well as mutable leaves.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)