Jump to content

MOUCALLS.DLL: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
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
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.


MOUSECALLS.DLL is a router which calls [[BMSCALLS.DLL]] which is the "mouse subsystem".


==DLL Entry Points==
                                                
                                                
{| border="1"
{| border="1"

Revision as of 23:48, 27 November 2014

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.

MOUSECALLS.DLL is a router which calls BMSCALLS.DLL which is the "mouse subsystem".

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