Jump to content

Control Program: Difference between revisions

From EDM2
Line 8: Line 8:


==DLLs==
==DLLs==
* [[BMSCALLS.DLL]]
{| border="1"
* [[DOSCALL1.DLL]]
|-
* [[KBDCALLS.DLL]]
!Name !!Comments
* [[QUECALLS.DLL]]
|-
* [[MOUCALLS.DLL]]
|| [[BMSCALLS.DLL]] ||
* [[MSG.DLL]]
|-
* [[NLS.DLL]]
|| [[DOSCALL1.DLL]] ||
* [[SESMGR.DLL]]
|-
* [[VIOCALLS.DLL]]
|| [[KBDCALLS.DLL]] ||
* [[OS2CHAR.DLL]]
|-
|| [[QUECALLS.DLL]] ||
|-
|| [[MOUCALLS.DLL]] ||
|-
|| [[MSG.DLL]] ||
|-
|| [[NLS.DLL]] ||
|-
|| [[SESMGR.DLL]] ||
|-
|| [[VIOCALLS.DLL]] ||
|-
|| [[OS2CHAR.DLL]] ||
|-
|}


==Programming Documentation==
==Programming Documentation==

Revision as of 13:55, 11 May 2015

OS/2's Control Program.

The API is composed by:

  • Control Program Functions
  • Keyboard Functions
  • Mouse Functions
  • Video Functions

DLLs

Name Comments
BMSCALLS.DLL
DOSCALL1.DLL
KBDCALLS.DLL
QUECALLS.DLL
MOUCALLS.DLL
MSG.DLL
NLS.DLL
SESMGR.DLL
VIOCALLS.DLL
OS2CHAR.DLL

Programming Documentation

Replacements

  • The OS2Linux (Open Source - Common Public License) tried to clone some of the functions of Control Program to run on the Linux OS. [1]