CFSetGetValue |
||||
Header: | CFSet.h | Carbon status: | Supported | |
Obtains a specified value from a CFSet object.
const void *CFSetGetValue ( CFSetRef theSet, const void *candidate );
Pass a reference to the CFSet object that you want to obtain the value from.
Pass a pointer to the value that you want to obtain.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)