CFBagContainsValue

Header: CFBag.h Carbon status: Supported

Determines whether a CFBag object contains a specified value.

Boolean CFBagContainsValue (
    CFBagRef bag, 
    const void *value
);
Parameter descriptions
bag

Pass a reference to a CFBag object.

value

Pass a pointer to the value to query for (or the value itself, if it fits within the space of a pointer).

function result

TRUE if the value is contained in the CFBag object, FALSE otherwise.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)