CFDictionaryRemoveAllValues |
||||
Header: | CFDictionary.h | Carbon status: | Supported | |
Removes all the values from the dictionary, making it empty.
void CFDictionaryRemoveAllValues ( CFMutableDictionaryRef dict );
The dictionary from which all of the values are to be removed. If this parameter is not a valid mutable CFDictionary, the behavior is undefined.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)