CFBagGetValue |
||||
Header: | CFBag.h | Carbon status: | Supported | |
Obtains a requested value from a CFBag object.
const void *CFBagGetValue ( CFBagRef bag, const void *candidate );
Pass a reference to the CFBag 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)