Carbon


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
);
CARBON NOTES

GetNextEvent (GNE) filters patch the GetNextEvent function and therefore are not supported in Carbon.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)