Jump to content

KBDCALLS.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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]].
 
On the latest version of OS/2, this file forwards it's functions to DOSCALL.


==Version==
==Version==
Line 7: Line 5:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2002-03-08|| ||1,024 bytes||
|1987-12-07|| ||7,232 bytes||
|-
|2002-03-08|| ||1,024 bytes||forwards its functions to DOSCALLS
|}
|}


==DLL Entry Points==      
==Exports==
#[[KbdSetCustXt]]
#[[KbdSetCustXt]]
#[[KbdInit]]
#[[KbdInit]]
Line 36: Line 36:
#[[KbdGetHWID]]
#[[KbdGetHWID]]
#[[KbdSetHWID]]
#[[KbdSetHWID]]
 
==DLLs Loaded==
* [[DOSCALL1.DLL]]
[[Category: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