Carbon


OldCanCalibrateProcPtr

Header: CMCalibrator.h Carbon status: Unsupported

typedef Boolean(* OldCanCalibrateProcPtr) (
    CMDisplayIDType displayID
);

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

Boolean Obsolete Calibration Callback (
    CMDisplayIDType displayID
);
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)