Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:fapi:mouflushque [2021/10/07 13:54] – created prokushev | en:docs:fapi:mouflushque [2021/11/04 13:05] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{page> | ||
+ | |||
+ | ====== MouFlushQue ====== | ||
+ | |||
This call directs the mouse driver to flush (empty) the mouse event queue and the monitor chain data for the session. | This call directs the mouse driver to flush (empty) the mouse event queue and the monitor chain data for the session. | ||
- | ==Syntax== | + | ===== Syntax ===== |
+ | <code c> | ||
| | ||
+ | </ | ||
- | ==Parameters== | + | ===== Parameters ===== |
- | ; | + | |
- | ==Return Code== | + | * DeviceHandle |
- | ;rc (USHORT) - return:Return code descriptions are: | + | |
- | * 0 NO_ERROR | + | |
- | *385 ERROR_MOUSE_NO_DEVICE | + | |
- | *466 ERROR_MOU_DETACHED | + | |
- | *501 ERROR_MOUSE_NO_CONSOLE | + | |
- | *505 ERROR_MOU_EXTENDED_SG | + | |
- | ==Bindings== | + | ===== Return Code ===== |
- | ===C=== | + | |
- | <PRE> | + | rc (USHORT) - return: |
+ | |||
+ | * 0 NO_ERROR | ||
+ | *385 ERROR_MOUSE_NO_DEVICE | ||
+ | *466 ERROR_MOU_DETACHED | ||
+ | *501 ERROR_MOUSE_NO_CONSOLE | ||
+ | *505 ERROR_MOU_EXTENDED_SG | ||
+ | |||
+ | ===== Bindings | ||
+ | |||
+ | ====C==== | ||
+ | <code c> | ||
#define INCL_MOU | #define INCL_MOU | ||
Line 25: | Line 35: | ||
USHORT | USHORT | ||
- | </PRE> | + | </code> |
- | ===MASM=== | + | ====MASM==== |
- | <PRE> | + | <code asm> |
EXTRN MouFlushQue: | EXTRN MouFlushQue: | ||
INCL_MOU | INCL_MOU | ||
Line 36: | Line 46: | ||
Returns WORD | Returns WORD | ||
- | </PRE> | + | </code> |
+ | |||
+ | {{page> | ||
- | [[Category: | ||