Carbon


ComponentMPWorkFunctionProcPtr

Header: Components.h Carbon status: Supported

typedef ComponentResult(* ComponentMPWorkFunctionProcPtr) (
    void *globalRefCon, 
    ComponentMPWorkFunctionHeaderRecordPtr header
);

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

ComponentResult MyComponentMPWorkFunctionCallback (
    void *globalRefCon, 
    ComponentMPWorkFunctionHeaderRecordPtr header
);

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