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