Jump to content

MouFlushQue: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 5: Line 5:


==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.
==Return Code==
:MouFlushQue returns one of the following values:
;rc (APIRET) - returns:MouFlushQue returns one of the following values:
::0 NO_ERROR
*0 NO_ERROR
::466 ERROR_MOU_DETACHED
*466 ERROR_MOU_DETACHED
::501 ERROR_MOUSE_NO_CONSOLE
*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