MouFlushQue: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:MouFlushQue to MouFlushQue |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
MouFlushQue(DeviceHandle) | |||
==Parameters== | ==Parameters== | ||
;DeviceHandle (HMOU) - input : Mouse device handle. | ;DeviceHandle (HMOU) - input : Mouse device handle. | ||
Line 16: | Line 9: | ||
==Return Code== | ==Return Code== | ||
;rc (APIRET) - returns:MouFlushQue returns one of the following values: | |||
MouFlushQue returns one of the following values: | *0 NO_ERROR | ||
* 0 | *466 ERROR_MOU_DETACHED | ||
* 466 | *501 ERROR_MOUSE_NO_CONSOLE | ||
* 501 | |||
[[Category:Mou]] | [[Category:Mou]] |
Revision as of 22:28, 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.
Return Code
- rc (APIRET) - returns
- MouFlushQue returns one of the following values:
- 0 NO_ERROR
- 466 ERROR_MOU_DETACHED
- 501 ERROR_MOUSE_NO_CONSOLE