![]() |
RegionToRectsProcPtr |
||||
Header: | Quickdraw.h | Carbon status: | Under Evaluation | |
typedef OSStatus(* RegionToRectsProcPtr) ( UInt16 message, RgnHandle rgn, const Rect *rect, void *refCon );
You would declare your function like this if you were to name it MyRegionToRectsCallback:
OSStatus MyRegionToRectsCallback ( UInt16 message, RgnHandle rgn, const Rect *rect, void *refCon );
A result code.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)