Carbon


AVLItemSizeProcPtr

Header: AVLTree.h Carbon status: Under Evaluation

typedef UInt32(* AVLItemSizeProcPtr) (
    AVLTreePtr tree, 
    const void *itemPtr
);

You would declare your function like this if you were to name it MyAVLItemSizeCallback:

UInt32 MyAVLItemSizeCallback (
    AVLTreePtr tree, 
    const void *itemPtr
);

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