MouFlushQue: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
MouFlushQue(DeviceHandle) | |||
==Parameters== | ==Parameters== | ||
;DeviceHandle (HMOU) - input : Mouse device handle. | ;DeviceHandle (HMOU) - input: Mouse device handle. | ||
:Reserved. Must be 0. | :Reserved. Must be 0. | ||
;rc (APIRET) - returns:Return code. | |||
:MouFlushQue returns one of the following values: | |||
::0 NO_ERROR | |||
MouFlushQue returns one of the following values: | ::466 ERROR_MOU_DETACHED | ||
::501 ERROR_MOUSE_NO_CONSOLE | |||
[[Category:Mou]] | [[Category:Mou]] |
Latest revision as of 23:50, 11 December 2019
Directs the mouse device driver to empty the mouse-event queue.
Syntax
MouFlushQue(DeviceHandle)
Parameters
- DeviceHandle (HMOU) - input
- Mouse device handle.
- Reserved. Must be 0.
- rc (APIRET) - returns
- Return code.
- MouFlushQue returns one of the following values:
- 0 NO_ERROR
- 466 ERROR_MOU_DETACHED
- 501 ERROR_MOUSE_NO_CONSOLE