MOUCALLS.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
(10 intermediate revisions by one other user not shown) | |||
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. | ||
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 MOUCALLS.DLL. | 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 MOUCALLS.DLL. | ||
==Version== | ==Version== | ||
{|class="wikitable" | {|class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
|- | |- | ||
|2002-03-08 | |2002-03-08|| ||1,024 bytes|| | ||
| | |||
|1,024 bytes | |||
| | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
#[[MouGetPtrShape]] | |||
#[[MouSetPtrShape]] | |||
#[[MouGetNumMickeys]] | |||
#[[MouGetHotKey]] | |||
#[[MouShellInit]] | |||
#[[MouGetScaleFact]] | |||
#[[MouFlushQue]] | |||
#[[MouGetNumButtons]] | |||
#[[MouClose]] | |||
#[[MouSetHotKey]] | |||
#[[MouSetScaleFact]] | |||
#[[MouFree]] | |||
#[[MouGetNumQueEl]] | |||
#[[MouDeRegister]] | |||
#[[MouGetEventMask]] | |||
#[[MouSetEventMask]] | |||
#[[MouOpen]] | |||
#[[MouRemovePtr]] | |||
#[[MouGetPtrPos]] | |||
#[[MouReadEventQue]] | |||
#[[MouSetPtrPos]] | |||
#[[MouGetDevStatus]] | |||
#[[MouSynch]] | |||
#[[MouRegister]] | |||
#[[MouSetDevStatus]] | |||
#[[MouDrawPtr]] | |||
#[[MouInitReal]] | |||
# | |||
#[[MouGetThreshold]] | |||
#[[MouSetThreshold]] | |||
== | ==Alternative Version== | ||
* | * Wim Brul produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions. | ||
[[Category: | [[Category:DLL]] |
Latest revision as of 18:27, 1 January 2020
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 MOUCALLS.DLL.
Version
Date | Version | Size | Comments |
---|---|---|---|
2002-03-08 | 1,024 bytes |
DLL Entry Points
- MouGetPtrShape
- MouSetPtrShape
- MouGetNumMickeys
- MouGetHotKey
- MouShellInit
- MouGetScaleFact
- MouFlushQue
- MouGetNumButtons
- MouClose
- MouSetHotKey
- MouSetScaleFact
- MouFree
- MouGetNumQueEl
- MouDeRegister
- MouGetEventMask
- MouSetEventMask
- MouOpen
- MouRemovePtr
- MouGetPtrPos
- MouReadEventQue
- MouSetPtrPos
- MouGetDevStatus
- MouSynch
- MouRegister
- MouSetDevStatus
- MouDrawPtr
- MouInitReal
- MouGetThreshold
- MouSetThreshold
Alternative Version
- Wim Brul produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions.