Carbon


CalibrateProcPtr

Header: CMCalibrator.h Carbon status: Supported

typedef OSErr(* CalibrateProcPtr) (
    CalibratorInfo *theInfo
);

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

OSErr MyCalibrateCallback (
    CalibratorInfo *theInfo
);
function result

A result code.


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