Jump to content

KBDCALLS.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
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 Calls DLL forwarder. This DLL is part of OS/2's [[Control Program]].


On the latest version of OS/2, this file forwards it's functions to DOSCALL.  
On the latest version of OS/2, this file forwards it's functions to DOSCALL.


==Version==
==Version==
{| class="wikitable"
{|class="wikitable"
! Date !!Version !! Size !! Comments
!Date||Version||Size||Comments
|-
|-
|2012-01-25 16:57
|2002-03-08|| ||1,024 bytes||
|14.100
|904 bytes
|osFree Keyboard API
|-
|2002-03-08 20:16
|N/A
|1,024 bytes
|
|}
 
==DLL Entry Points==               
{| class="wikitable"
|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]]
|}
|}


==DLL's Loaded==
==DLL Entry Points==      
*[[DOSCALL1.DLL]]
#[[KbdSetCustXt]]
 
#[[KbdInit]]
==Alternative Version==
#[[KbdGetCp]]
* OSFree Project produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions.
#[[KbdCharIn]]
* Wim Brul produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions.
#[[KbdSetCp]]
#KbdLoadInstance
#[[KbdSynch]]
#[[KbdRegister]]
#[[KbdStringIn]]
#[[KbdGetStatus]]
#[[KbdSetStatus]]
#[[KbdGetFocus]]
#[[KbdFlushBuffer]]
#[[KbdXlate]]
#[[KbdSwitchFgnd]]
#KbdShellInit
#[[KbdClose]]
#[[KbdFreeFocus]]
#KbdFree
#[[KbdDeRegister]]
#[[KbdSetFgnd]]
#[[KbdPeek]]
#[[KbdOpen]]
#[[KbdGetHWID]]
#[[KbdSetHWID]]


[[Category:Files]]
[[Category:DLL]]

Revision as of 17:58, 1 January 2020

Keyboard Calls DLL forwarder. This 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

Date Version Size Comments
2002-03-08 1,024 bytes

DLL Entry Points

  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