![]() |
HMWindowContentProcPtr |
||||
Header: | MacHelp.h | Carbon status: | Supported | |
typedef OSStatus(* HMWindowContentProcPtr) ( WindowRef inWindow, Point inGlobalMouse, HMContentRequest inRequest, HMContentProvidedType *outContentProvided, HMHelpContentPtr ioHelpContent );
You would declare your function like this if you were to name it MyHMWindowContentCallback:
OSStatus MyHMWindowContentCallback ( WindowRef inWindow, Point inGlobalMouse, HMContentRequest inRequest, HMContentProvidedType *outContentProvided, HMHelpContentPtr ioHelpContent );
A result code.
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)