CFSetGetCountOfValue

Header: CFSet.h Carbon status: Supported

Obtains the number of values in a CFSet that match a specified value.

CFIndex CFSetGetCountOfValue (
    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

An integer indicating the number of matching values in the CFSet object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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