Control Program: Difference between revisions
Appearance
No edit summary |
cleanup |
||
Line 1: | Line 1: | ||
The API is composed by: | The API is composed by: | ||
* Control Program Functions | * Control Program Functions | ||
Line 7: | Line 5: | ||
* Video Functions | * Video Functions | ||
See also: [[Control Program Functions]] | |||
==Files== | ==Files== | ||
{|class="wikitable" | {|class="wikitable" | ||
! | !Dynamic Link Library||Functions | ||
|- | |- | ||
|[[ANSICALL.DLL]] || ANSI terminal support | |||
|- | |- | ||
|[[BKSCALLS.DLL]] || Base keyboard calls | |||
|- | |- | ||
|[[BMSCALLS.DLL]] || Base monitor calls | |||
|- | |- | ||
|[[BVSCALLS.DLL]] || Base Video Subsystem | |||
|- | |- | ||
|[[DOSCALL1.DLL]] || Base OS calls | |||
|- | |- | ||
|[[KBDCALLS.DLL]] || Keyboards calls | |||
|- | |- | ||
|[[MONCALLS.DLL]] || Device monitor calls | |||
|- | |- | ||
|[[MOUCALLS.DLL]] || Mouse calls | |||
|- | |- | ||
|[[MSG.DLL]] ||Messages | |||
|- | |- | ||
|[[NLS.DLL]] ||National language support | |||
|- | |- | ||
|[[OS2CHAR.DLL]] ||OS2 character | |||
|- | |- | ||
|[[QUECALLS.DLL]] ||System queue calls | |||
|- | |- | ||
|[[SESMGR.DLL]] ||Session manager | |||
|- | |- | ||
|[[VIOCALLS.DLL]] ||Base video calls | |||
|} | |} | ||
==Publications== | ==Publications== | ||
;IBM | |||
*OS/2 2.0 Control Program Programming Reference - [http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/EF1JBA00 S10G-6263-00], [http://www.os2museum.com/files/docs/os220tl/os2-2.0-cpref-1992.pdf PDF] 1992 | |||
*OS/2 2.1 Control Program Programming Reference - [http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/EJ2C2B00 S10G-6263-01], 1993 | |||
*OS/2 Warp, Version 3 Control Program Programming Guide - [http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/EJ6B9B00 G25H-7101-00], Oct 1994 | |||
*OS/2 Warp, Version 3 Control Program Reference - [http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/EJ6C1B00 G25H-7102-00], Oct 1994 | |||
==Links== | |||
* Control Program Programming Guide and Reference, Consolidated ([https://archive.org/download/ToolkitDocs1/Presentation%20Manager%20Programming%20Guide%20and%20Reference.pdf PDF]) | * Control Program Programming Guide and Reference, Consolidated ([https://archive.org/download/ToolkitDocs1/Presentation%20Manager%20Programming%20Guide%20and%20Reference.pdf PDF]) | ||
* | * Control Program Programming Guide and Reference, Part 1 ([https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%201.inf CP1.INF]) | ||
* | * Control Program Programming Guide and Reference, Part 2 ([https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%202.inf CP2.INF]) | ||
* | * Control Program Programming Guide and Reference, Part 3 ([https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%203.inf CP3.INF]) | ||
;Alternative Versions | ;Alternative Versions | ||
* | * [http://www.os2world.com/wiki/index.php/OS/4 Phoenix OS/4] (OS/2 kernel clone) | ||
[[Category: | [[Category:The OS/2 API Project]] |
Revision as of 08:28, 7 January 2017
The API is composed by:
- Control Program Functions
- Keyboard Functions
- Mouse Functions
- Video Functions
See also: Control Program Functions
Files
Dynamic Link Library | Functions |
---|---|
ANSICALL.DLL | ANSI terminal support |
BKSCALLS.DLL | Base keyboard calls |
BMSCALLS.DLL | Base monitor calls |
BVSCALLS.DLL | Base Video Subsystem |
DOSCALL1.DLL | Base OS calls |
KBDCALLS.DLL | Keyboards calls |
MONCALLS.DLL | Device monitor calls |
MOUCALLS.DLL | Mouse calls |
MSG.DLL | Messages |
NLS.DLL | National language support |
OS2CHAR.DLL | OS2 character |
QUECALLS.DLL | System queue calls |
SESMGR.DLL | Session manager |
VIOCALLS.DLL | Base video calls |
Publications
- IBM
- OS/2 2.0 Control Program Programming Reference - S10G-6263-00, PDF 1992
- OS/2 2.1 Control Program Programming Reference - S10G-6263-01, 1993
- OS/2 Warp, Version 3 Control Program Programming Guide - G25H-7101-00, Oct 1994
- OS/2 Warp, Version 3 Control Program Reference - G25H-7102-00, Oct 1994
Links
- Control Program Programming Guide and Reference, Consolidated (PDF)
- Control Program Programming Guide and Reference, Part 1 (CP1.INF)
- Control Program Programming Guide and Reference, Part 2 (CP2.INF)
- Control Program Programming Guide and Reference, Part 3 (CP3.INF)
- Alternative Versions
- Phoenix OS/4 (OS/2 kernel clone)