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
);
theEvent
result

AVAILABILITY

Not supported in Carbon.

CARBON NOTES

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


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)