Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:ibm:prcp:mou:close [2016/02/04 02:41] – valerius | 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 22: | Line 22: | ||
[[en: | [[en: | ||
+ | |||
+ | === C bindings === | ||
+ | |||
+ | <code c> | ||
+ | #define INCL_MOU | ||
+ | |||
+ | USHORT | ||
+ | |||
+ | HMOU | ||
+ | |||
+ | USHORT | ||
+ | </ | ||
+ | |||
+ | === MASM bindings === | ||
+ | |||
+ | <code asm> | ||
+ | EXTRN MouClose: | ||
+ | INCL_MOU | ||
+ | |||
+ | PUSH | ||
+ | CALL | ||
+ | |||
+ | Returns WORD | ||
+ | </ | ||