MOUQUEINFO: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== MOUQUEINFO == | == MOUQUEINFO == | ||
Mouse queue status structure. | Mouse queue status structure. | ||
=== Type === | === Type === | ||
[[ULONG]] cEvents | |||
[[ | ULONG cmaxEvents | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;cEvents:Current number of queue elements. | |||
;cmaxEvents:Maximum number of queue elements. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 20:04, 28 November 2016
MOUQUEINFO
Mouse queue status structure.
Type
ULONG cEvents ULONG cmaxEvents
C Declaration Method
typedef struct
Fields
- cEvents
- Current number of queue elements.
- cmaxEvents
- Maximum number of queue elements.