Differences
This shows you the differences between two versions of the page.
| en:ibm:prcp:mou:getnummickeys [2016/02/04 05:00] – created valerius | en:ibm:prcp:mou:getnummickeys [2016/09/15 03:52] (current) – valerius | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== MouGetNumMickeys ==== | ==== MouGetNumMickeys ==== | ||
| - | **Bindings**: | + | **Bindings**: |
| This call returns the number of mickeys in each centimeter for the installed mouse driver. | This call returns the number of mickeys in each centimeter for the installed mouse driver. | ||
| Line 21: | Line 21: | ||
| |501 |ERROR_MOUSE_NO_CONSOLE | | |501 |ERROR_MOUSE_NO_CONSOLE | | ||
| |505 |ERROR_MOU_EXTENDED_SG | | |505 |ERROR_MOU_EXTENDED_SG | | ||
| + | |||
| + | === C bindings === | ||
| + | |||
| + | <code c> | ||
| + | #define INCL_MOU | ||
| + | |||
| + | USHORT | ||
| + | |||
| + | PUSHORT | ||
| + | HMOU | ||
| + | |||
| + | USHORT | ||
| + | </ | ||
| + | |||
| + | === MASM bindings === | ||
| + | |||
| + | <code asm> | ||
| + | EXTRN MouGetNumMickeys: | ||
| + | INCL_MOU | ||
| + | |||
| + | PUSH@ WORD NumberOfMickeys ;Number mickeys/ | ||
| + | PUSH | ||
| + | CALL | ||
| + | |||
| + | Return WORD | ||
| + | </ | ||




