Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:ibm:prcp:mou:dereg [2016/02/04 02:43] – valerius | en:ibm:prcp:mou:dereg [2016/09/15 03:31] (current) – valerius | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== MouDeRegister ==== | ==== MouDeRegister ==== | ||
- | **Bindings**: | + | **Bindings**: |
This call deregisters a mouse subsystem previously registered within a session. | This call deregisters a mouse subsystem previously registered within a session. | ||
Line 25: | Line 25: | ||
* After the owning process has released the subsystem with a [[en: | * After the owning process has released the subsystem with a [[en: | ||
+ | |||
+ | === C bindings === | ||
+ | |||
+ | <code c> | ||
+ | #define INCL_MOU | ||
+ | |||
+ | USHORT | ||
+ | |||
+ | USHORT | ||
+ | </ | ||
+ | |||
+ | === MASM bindings === | ||
+ | |||
+ | <code asm> | ||
+ | EXTRN MouDeRegister: | ||
+ | INCL_MOU | ||
+ | |||
+ | CALL | ||
+ | |||
+ | Returns WORD | ||
+ | </ | ||