CFSetRemoveValue |
||||
Header: | CFSet.h | Carbon status: | Supported | |
Removes a value from a mutable CFSet object.
void CFSetRemoveValue ( CFMutableSetRef theSet, const void *value );
Pass a reference to a mutable CFSet object whose contents you want to modify.
Pass a pointer to the value that you wish to remove from the collection. You may pass the value itself instead of a pointer to it if it is pointer-size or less.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)