![]() |
GetNextEventFilterProcPtr |
||||
Header: | Events.h | Carbon status: | Unsupported | |
typedef void(* GetNextEventFilterProcPtr) ( EventRecord *theEvent, Boolean *result );
You would declare your function like this if you were to name it MyGetNextEventFilterCallback:
void MyGetNextEventFilterCallback ( EventRecord *theEvent, Boolean *result );
Not supported in Carbon.
GetNextEvent (GNE) filters patch the GetNextEvent function and therefore are not supported in Carbon.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)