Important: The information in this document is obsolete and should not be used for new development.
GetEvQHdr
The Event Manager uses theGetEvQHdr
function to get a pointer to the header of the Operating System event queue. In most cases your application should not call theGetEvQHdr
function.
FUNCTION GetEvQHdr: QHdrPtr;DESCRIPTION
TheGetEvQHdr
function returns a pointer to the header of the Operating System
event queue.ASSEMBLY-LANGUAGE NOTE
TheEventQueue
system 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.