MOUQUEINFO

Mouse queue status structure.

typedef struct _MOUQUEINFO {
  ULONG     cEvents;     /*  Current number of queue elements. */
  ULONG     cmaxEvents;  /*  Maximum number of queue elements. */
} MOUQUEINFO;

typedef   MOUQUEINFO   * PMOUQUEINFO ;


[Back: MOUEVENTINFO Field - time]
[Next: MOUQUEINFO Field - cEvents]