Important: The information in this document is obsolete and should not be used for new development.
GetEvQHdr
The Event Manager uses theGetEvQHdrfunction to get a pointer to the header of the Operating System event queue. In most cases your application should not call theGetEvQHdrfunction.
FUNCTION GetEvQHdr: QHdrPtr;DESCRIPTION
TheGetEvQHdrfunction returns a pointer to the header of the Operating System
event queue.ASSEMBLY-LANGUAGE NOTE
TheEventQueuesystem global variable contains the header of the event queue.SEE ALSO
See "The Event Queue" on page 2-83 for information on the structure of the Operating System event queue.