CFBagGetValues

Header: CFBag.h Carbon status: Supported

Obtains all values in a CFBag object.

void CFBagGetValues (
    CFBagRef bag, 
    void **values
);
Parameter descriptions
bag

Pass a reference to the CFBag object whose values you want to obtain.

values

Declare a C array of the appropriate type and size (that is, a size equal to the count of the CFBag object). Pass in a pointer to this array. Upon return, the C array contains all values in the CFBag object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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