Carbon


IAFreeProcPtr

Header: IAExtractor.h Carbon status: Under Evaluation

typedef void(* IAFreeProcPtr) (
    void *inObject
);

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

void MyIAFreeCallback (
    void *inObject
);

© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)