![]() |
NPickerGetColorProcPtr |
||||
Header: | ColorPickerComponents.h | Carbon status: | Supported | |
typedef ComponentResult(* NPickerGetColorProcPtr) ( SInt32 storage, PickerColorType whichColor, NPMColor *color );
You would declare your function like this if you were to name it MyNPickerGetColorCallback:
ComponentResult MyNPickerGetColorCallback ( SInt32 storage, PickerColorType whichColor, NPMColor *color );
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)