CFSetContainsValue |
||||
Header: | CFSet.h | Carbon status: | Supported | |
Specifies whether a CFSet object contains a specified value.
Boolean CFSetContainsValue ( CFSetRef theSet, const void *value );
Pass a reference to the CFSet object that you want to query.
Pass a pointer to the value that you want to query the CFSet about.
TRUE if the CFSet object contains the value, otherwise FALSE.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)