Jump to content

Control Program: Difference between revisions

From EDM2
Line 14: Line 14:
|-
|-
!Name !!Comments
!Name !!Comments
|-
|| [[ANSICALL.DLL]] || ANSI terminal support.
|-
|-
|| [[BKSCALLS.DLL]] || Base Video Subsystem.
|| [[BKSCALLS.DLL]] || Base Video Subsystem.
Line 21: Line 23:
|| [[BVSCALLS.DLL]] || Base Video Subsystem.
|| [[BVSCALLS.DLL]] || Base Video Subsystem.
|-
|-
|| [[DOSCALL1.DLL]] || DLL that contains entry points for base APIs
|| [[DOSCALL1.DLL]] || DLL that contains entry points for base APIs.
|-
|-
|| [[KBDCALLS.DLL]] || Keyboards calls dynamic link library
|| [[KBDCALLS.DLL]] || Keyboards calls dynamic link library.
|-
|-
|| [[QUECALLS.DLL]] || System queue calls dynamic link library.
|| [[MONCALLS.DLL]] || Monitor API.
|-
|-
|| [[MOUCALLS.DLL]] || Dynamic link library for mouse calls.
|| [[MOUCALLS.DLL]] || Dynamic link library for mouse calls.
|-
|-
|| [[MSG.DLL]] || Message dynamic link library
|| [[MSG.DLL]] || Message dynamic link library.
|-
|| [[NLS.DLL]] || National language support dynamic link library.
|-
|| [[OS2CHAR.DLL]] || OS2 character dynamic link library.
|-
|-
|| [[NLS.DLL]] || National language support dynamic link library
|| [[QUECALLS.DLL]] || System queue calls dynamic link library.
|-
|-
|| [[SESMGR.DLL]] || Session manager dynamic link library.
|| [[SESMGR.DLL]] || Session manager dynamic link library.
Line 37: Line 43:
|| [[VIOCALLS.DLL]] || Base video calls dynamic link library.
|| [[VIOCALLS.DLL]] || Base video calls dynamic link library.
|-
|-
|| [[OS2CHAR.DLL]] || OS2 character dynamic link library.
 
|-
|}
|}



Revision as of 18:45, 19 June 2015

OS/2's Control Program.

The API is composed by:

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

Documentation

Files

Name Comments
ANSICALL.DLL ANSI terminal support.
BKSCALLS.DLL Base Video Subsystem.
BMSCALLS.DLL Base monitor calls.
BVSCALLS.DLL Base Video Subsystem.
DOSCALL1.DLL DLL that contains entry points for base APIs.
KBDCALLS.DLL Keyboards calls dynamic link library.
MONCALLS.DLL Monitor API.
MOUCALLS.DLL Dynamic link library for mouse calls.
MSG.DLL Message dynamic link library.
NLS.DLL National language support dynamic link library.
OS2CHAR.DLL OS2 character dynamic link library.
QUECALLS.DLL System queue calls dynamic link library.
SESMGR.DLL Session manager dynamic link library.
VIOCALLS.DLL Base video calls dynamic link library.

Articles

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]

Links