CFBagContainsValue |
||||
Header: | CFBag.h | Carbon status: | Supported | |
Determines whether a CFBag object contains a specified value.
Boolean CFBagContainsValue ( CFBagRef bag, const void *value );
Pass a reference to a CFBag object.
Pass a pointer to the value to query for (or the value itself, if it fits within the space of a pointer).
TRUE if the value is contained in the CFBag object, FALSE otherwise.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)