msos2.hlp (Table of Contents; Topic list)
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