MOUCALLS.DLL: Difference between revisions
Appearance
Line 25: | Line 25: | ||
|- | |- | ||
|1 | |1 | ||
|[[OS2_API:CPI:MouGetPtrShape| | |[[OS2_API:CPI:MouGetPtrShape|MouGetPtrShape]] | ||
|2 | |2 | ||
|[[OS2_API:CPI:MouSetPtrShape| | |[[OS2_API:CPI:MouSetPtrShape|MouSetPtrShape]] | ||
|- | |- | ||
|3 | |3 | ||
|[[OS2_API:CPI:MouGetNumMickeys| | |[[OS2_API:CPI:MouGetNumMickeys|MouGetNumMickeys]] | ||
|4 | |4 | ||
|[[OS2_API:CPI:MouGetHotKey| | |[[OS2_API:CPI:MouGetHotKey|MouGetHotKey]] | ||
|- | |- | ||
|5 | |5 | ||
|[[OS2_API:CPI:MouShellInit| | |[[OS2_API:CPI:MouShellInit|MouShellInit]] | ||
|6 | |6 | ||
|[[OS2_API:CPI:MouGetScaleFact| | |[[OS2_API:CPI:MouGetScaleFact|MouGetScaleFact]] | ||
|- | |- | ||
|7 | |7 | ||
|[[OS2_API:CPI:MouFlushQue| | |[[OS2_API:CPI:MouFlushQue|MouFlushQue]] | ||
|8 | |8 | ||
|[[OS2_API:CPI:MouGetNumButtons| | |[[OS2_API:CPI:MouGetNumButtons|MouGetNumButtons]] | ||
|- | |- | ||
|9 | |9 | ||
|[[OS2_API:CPI:MouClose| | |[[OS2_API:CPI:MouClose|MouClose]] | ||
|10 | |10 | ||
|[[OS2_API:CPI:MouSetHotKey| | |[[OS2_API:CPI:MouSetHotKey|MouSetHotKey]] | ||
|- | |- | ||
|11 | |11 | ||
|[[OS2_API:CPI:MouSetScaleFact| | |[[OS2_API:CPI:MouSetScaleFact|MouSetScaleFact]] | ||
|12 | |12 | ||
|[[OS2_API:CPI:MouFree| | |[[OS2_API:CPI:MouFree|MouFree]] | ||
|- | |- | ||
|13 | |13 | ||
|[[OS2_API:CPI:MouGetNumQueEl| | |[[OS2_API:CPI:MouGetNumQueEl|MouGetNumQueEl]] | ||
|14 | |14 | ||
|[[OS2_API:CPI:MouDeRegister| | |[[OS2_API:CPI:MouDeRegister|MouDeRegister]] | ||
|- | |- | ||
|15 | |15 | ||
|[[OS2_API:CPI:MouGetEventMask| | |[[OS2_API:CPI:MouGetEventMask|MouGetEventMask]] | ||
|16 | |16 | ||
|[[OS2_API:CPI:MouSetEventMask| | |[[OS2_API:CPI:MouSetEventMask|MouSetEventMask]] | ||
|- | |- | ||
|17 | |17 | ||
|[[OS2_API:CPI:MouOpen| | |[[OS2_API:CPI:MouOpen|MouOpen]] | ||
|18 | |18 | ||
|[[OS2_API:CPI:MouRemovePtr| | |[[OS2_API:CPI:MouRemovePtr|MouRemovePtr]] | ||
|- | |- | ||
|19 | |19 | ||
|[[OS2_API:CPI:MouGetPtrPos| | |[[OS2_API:CPI:MouGetPtrPos|MouGetPtrPos]] | ||
|20 | |20 | ||
|[[OS2_API:CPI:MouReadEventQue| | |[[OS2_API:CPI:MouReadEventQue|MouReadEventQue]] | ||
|- | |- | ||
|21 | |21 | ||
|[[OS2_API:CPI:MouSetPtrPos| | |[[OS2_API:CPI:MouSetPtrPos|MouSetPtrPos]] | ||
|22 | |22 | ||
|[[OS2_API:CPI:MouGetDevStatus| | |[[OS2_API:CPI:MouGetDevStatus|MouGetDevStatus]] | ||
|- | |- | ||
|23 | |23 | ||
|[[OS2_API:CPI:MouSynch| | |[[OS2_API:CPI:MouSynch|MouSynch]] | ||
|24 | |24 | ||
|[[OS2_API:CPI:MouRegister| | |[[OS2_API:CPI:MouRegister|MouRegister]] | ||
|- | |- | ||
|25 | |25 | ||
|[[OS2_API:CPI:MouSetDevStatus| | |[[OS2_API:CPI:MouSetDevStatus|MouSetDevStatus]] | ||
|26 | |26 | ||
|[[OS2_API:CPI:MouDrawPtr| | |[[OS2_API:CPI:MouDrawPtr|MouDrawPtr]] | ||
|- | |- | ||
|27 | |27 | ||
|[[OS2_API:CPI:MouInitReal| | |[[OS2_API:CPI:MouInitReal|MouInitReal]] | ||
|29 | |29 | ||
|[[OS2_API:CPI:MouGetThreshold| | |[[OS2_API:CPI:MouGetThreshold|MouGetThreshold]] | ||
|- | |- | ||
|30 | |30 | ||
|[[OS2_API:CPI:MouSetThreshold| | |[[OS2_API:CPI:MouSetThreshold|MouSetThreshold]] | ||
|} | |} | ||
Revision as of 17:14, 7 June 2016
This DLL is part of OS/2's Control Program. This is the Mouse API interface.
OS/2 applications invoke mouse functions by a far calls to named entry points. The functions are named as Mou<xxxxx> and the entry points reside in the module MOUSECALLS.DLL.
Version
Date | Version | Size | Comments |
---|---|---|---|
Mar-08-2002 8:16p | N/A | 1,024 bytes. |
DLL Entry Points
1 | MouGetPtrShape | 2 | MouSetPtrShape |
3 | MouGetNumMickeys | 4 | MouGetHotKey |
5 | MouShellInit | 6 | MouGetScaleFact |
7 | MouFlushQue | 8 | MouGetNumButtons |
9 | MouClose | 10 | MouSetHotKey |
11 | MouSetScaleFact | 12 | MouFree |
13 | MouGetNumQueEl | 14 | MouDeRegister |
15 | MouGetEventMask | 16 | MouSetEventMask |
17 | MouOpen | 18 | MouRemovePtr |
19 | MouGetPtrPos | 20 | MouReadEventQue |
21 | MouSetPtrPos | 22 | MouGetDevStatus |
23 | MouSynch | 24 | MouRegister |
25 | MouSetDevStatus | 26 | MouDrawPtr |
27 | MouInitReal | 29 | MouGetThreshold |
30 | MouSetThreshold |