Carbon


OldCalibrateProcPtr

Header: CMCalibrator.h Carbon status: Unsupported

typedef OSErr(* OldCalibrateProcPtr) (
    OldCalibratorInfo *theInfo
);

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

OSErr Obsolete callback function (
    OldCalibratorInfo *theInfo
);
function result

A result code.

CARBON NOTES

This callback function was intended for use only by the ColorSync Manager itself and not by applications. Applications should have no need to use this callback function.


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