struct EventTypeSpec { UInt32 eventClass; UInt32 eventKind; };
This structure is used to specify an event. Typically, a static array of EventTypeSpecs are passed into functions such as InstallEventHandler, as well as routines such as FlushEventsMatchingListFromQueue.
© 2000 Apple Computer, Inc. (Last Updated 7/7/2000)