CFBagApplyFunction

Header: CFBag.h Carbon status: Supported

Invokes a program-defined applier function for each value in a CFBag object.

void CFBagApplyFunction (
    CFBagRef bag, 
    CFBagApplierFunction applier, 
    void *context
);
Parameter descriptions
bag

Pass a reference to the CFBag object containing the values to which the applier function is to be applied.

applier
context
AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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