Jump to content

KBDCALLS.DLL: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This file on the latest versions of OS/2 and eCS is a Keyboard Calls DLL forwarder.  This DLL is part of OS/2's [[Control Program]].
Keyboard router DLL is part of OS/2's [[Control Program]].


==Version==
==Version==
 
{|class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
|-
! Date !!Version !! Size  !! Comments
|-
| 2002/Mar/08 || N/A || 1,024 bytes || Included on eComStation 2.1.
|}
 
==DLL Entry Points==
                                   
{| border="1"
|-
|1
|KbdSetCustXt
|2
|KbdInit
|-
|3
|KbdGetCp
|4
|KbdCharIn
|-
|5
|KbdSetCp
|6
|KbdLoadInstance
|-
|7
|KbdSynch
|8
|KbdRegister
|-
|9
|KbdStringIn
|10
|KbdGetStatus
|-
|-
|11
|1987-12-07|| ||7,232 bytes||
|KbdSetStatus
|12
|KbdGetFocus
|-
|-
|13
|2002-03-08|| ||1,024 bytes||forwards its functions to DOSCALLS
|KbdFlushBuffer
|14
|KbdXlate
|-
|15
|KbdSwitchFgnd
|16
|KbdShellInit
|-
|17
|KbdClose
|18
|KbdFreeFocus
|-
|19
|KbdFree
|20
|KbdDeRegister
|-
|21
|KbdSetFgnd
|22
|KbdPeek
|-
|23
|KbdOpen
|24
|KbdGetHWId
|-
|25
|KbdSetHWId
|}
|}


==DLL's Loaded==
==Exports==
[[image:KDBCALLS-PMDLL.png]]
#[[KbdSetCustXt]]
 
#[[KbdInit]]
 
#[[KbdGetCp]]
[[Category:Files]]
#[[KbdCharIn]]
#[[KbdSetCp]]
#KbdLoadInstance
#[[KbdSynch]]
#[[KbdRegister]]
#[[KbdStringIn]]
#[[KbdGetStatus]]
#[[KbdSetStatus]]
#[[KbdGetFocus]]
#[[KbdFlushBuffer]]
#[[KbdXlate]]
#[[KbdSwitchFgnd]]
#KbdShellInit
#[[KbdClose]]
#[[KbdFreeFocus]]
#KbdFree
#[[KbdDeRegister]]
#[[KbdSetFgnd]]
#[[KbdPeek]]
#[[KbdOpen]]
#[[KbdGetHWID]]
#[[KbdSetHWID]]
==DLLs Loaded==
* [[DOSCALL1.DLL]]
[[Category:DLL]]

Latest revision as of 03:45, 20 January 2021

Keyboard router DLL is part of OS/2's Control Program.

Version

Date Version Size Comments
1987-12-07 7,232 bytes
2002-03-08 1,024 bytes forwards its functions to DOSCALLS

Exports

  1. KbdSetCustXt
  2. KbdInit
  3. KbdGetCp
  4. KbdCharIn
  5. KbdSetCp
  6. KbdLoadInstance
  7. KbdSynch
  8. KbdRegister
  9. KbdStringIn
  10. KbdGetStatus
  11. KbdSetStatus
  12. KbdGetFocus
  13. KbdFlushBuffer
  14. KbdXlate
  15. KbdSwitchFgnd
  16. KbdShellInit
  17. KbdClose
  18. KbdFreeFocus
  19. KbdFree
  20. KbdDeRegister
  21. KbdSetFgnd
  22. KbdPeek
  23. KbdOpen
  24. KbdGetHWID
  25. KbdSetHWID

DLLs Loaded