CFSetGetValue

Header: CFSet.h Carbon status: Supported

Obtains a specified value from a CFSet object.

const void *CFSetGetValue (
    CFSetRef theSet, 
    const void *candidate
);
Parameter descriptions
theSet

Pass a reference to the CFSet object that you want to obtain the value from.

candidate

Pass a pointer to the value that you want to obtain.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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