Control Program: Difference between revisions
Appearance
No edit summary |
|||
Line 6: | Line 6: | ||
* Mouse Functions | * Mouse Functions | ||
* Video Functions | * Video Functions | ||
==Documentation== | |||
* [[OS2 API:CPI|Control Programming Interface API]] | |||
==Files== | ==Files== | ||
Line 34: | Line 37: | ||
|} | |} | ||
== | |||
==Articles== | |||
==Replacements== | ==Replacements== | ||
* The [[OS2Linux]] (Open Source - Common Public License) tried to clone some of the functions of Control Program to run on the Linux OS. [http://sourceforge.net/projects/os2linux/] | * The [[OS2Linux]] (Open Source - Common Public License) tried to clone some of the functions of Control Program to run on the Linux OS. [http://sourceforge.net/projects/os2linux/] | ||
==Links== | |||
[[Category:Components]] | [[Category:Components]] |
Revision as of 15:14, 13 May 2015
OS/2's Control Program.
The API is composed by:
- Control Program Functions
- Keyboard Functions
- Mouse Functions
- Video Functions
Documentation
Files
Name | Comments |
---|---|
BMSCALLS.DLL | |
DOSCALL1.DLL | |
KBDCALLS.DLL | |
QUECALLS.DLL | |
MOUCALLS.DLL | |
MSG.DLL | |
NLS.DLL | |
SESMGR.DLL | |
VIOCALLS.DLL | |
OS2CHAR.DLL |
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]