msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MOUQUEINFO (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_MOU
 
typedef struct _MOUQUEINFO {    /* mouqi */
    USHORT cEvents;
    USHORT cmaxEvents;
} MOUQUEINFO;
 
The MOUQUEINFO structure contains information about the mouse queue.
 
Field       Description
────────────────────────────────────────────────────────────────────────────
 
cEvents     Specifies the number of event-queue elements. It can be any
            value between zero and the maximum queue size.
 
cmaxEvents  Specifies the maximum queue size (the maximum number of queue
            elements).
 
See Also
 
MouGetNumQueEl