CFSetContainsValue

Header: CFSet.h Carbon status: Supported

Specifies whether a CFSet object contains a specified value.

Boolean CFSetContainsValue (
    CFSetRef theSet, 
    const void *value
);
Parameter descriptions
theSet

Pass a reference to the CFSet object that you want to query.

value

Pass a pointer to the value that you want to query the CFSet about.

function result

TRUE if the CFSet object contains the value, otherwise FALSE.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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