![]() |
ATSQuadraticCurveToFunc |
||||
Header: | ATSUnicode.h | Carbon status: | Under Evaluation | |
typedef OSStatus(* ATSQuadraticCurveToFunc) ( const FixedPoint *pt1, const FixedPoint *controlPt, const FixedPoint *pt2, void *callBackDataPtr );
You would declare your function like this if you were to name it MyCallback:
OSStatus MyCallback ( const FixedPoint *pt1, const FixedPoint *controlPt, const FixedPoint *pt2, void *callBackDataPtr );
A result code.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)