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