MOUCALLS.DLL: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
This DLL is part of OS/2's [[Control Program]]. This is the Mouse API interface. | This DLL is part of OS/2's [[Control Program]]. This is the Mouse API interface. | ||
Line 5: | Line 4: | ||
==Version== | ==Version== | ||
{|class="wikitable" | |||
{| | |||
!Date | !Date | ||
!Version | !Version | ||
Line 13: | Line 10: | ||
!Comments | !Comments | ||
|- | |- | ||
| | |2002-03-08 20:16 | ||
|N/A | |N/A | ||
|1,024 bytes | |1,024 bytes | ||
| | | | ||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
{|class="wikitable" | |||
{| | |||
|1 | |1 | ||
|[[OS2_API:CPI:MouGetPtrShape|MouGetPtrShape]] | |[[OS2_API:CPI:MouGetPtrShape|MouGetPtrShape]] | ||
Line 100: | Line 94: | ||
==DLL's Loaded== | ==DLL's Loaded== | ||
* [[DOSCALL1.DLL]] | * [[DOSCALL1.DLL]] | ||
[[Category:Files]] | [[Category:Files]] |
Revision as of 21:17, 26 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 |
---|---|---|---|
2002-03-08 20:16 | 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 |