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