Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:ibm:prcp:mou:close [2016/02/04 01:51] – external edit 127.0.0.1 | en:ibm:prcp:mou:close [2016/09/15 03:13] (current) – valerius | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== MouClose ==== | ==== MouClose ==== | ||
- | **Bindings**: | + | **Bindings**: |
This call closes the mouse device for the current session. | This call closes the mouse device for the current session. | ||
Line 21: | Line 21: | ||
**Remarks** | **Remarks** | ||
- | //MouClose// closes the mouse device for the current session and removes the mouse device driver handle from the list of valid open mouse device handles. | + | [[en: |
+ | |||
+ | === C bindings === | ||
+ | |||
+ | <code c> | ||
+ | #define INCL_MOU | ||
+ | |||
+ | USHORT | ||
+ | |||
+ | HMOU | ||
+ | |||
+ | USHORT | ||
+ | </ | ||
+ | |||
+ | === MASM bindings === | ||
+ | |||
+ | <code asm> | ||
+ | EXTRN MouClose: | ||
+ | INCL_MOU | ||
+ | |||
+ | PUSH | ||
+ | CALL | ||
+ | |||
+ | Returns WORD | ||
+ | </ | ||