CFBagGetValue

Header: CFBag.h Carbon status: Supported

Obtains a requested value from a CFBag object.

const void *CFBagGetValue (
    CFBagRef bag, 
    const void *candidate
);
Parameter descriptions
bag

Pass a reference to the CFBag 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)