Jump to content

Control Program Programming Guide and Reference: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{IBM-Reprint}}
{{IBM-Reprint}}
 
{{CPGuide}}
*[[Dynamic Linking]]
The OS/2 operating system ''Control Program Guide and Reference'' is a detailed technical guide and reference for application programmers. It gives reference information and code examples to enable you to write source code using Control Program functions.


;See also:
;See also:
Line 7: Line 8:


==Links==
==Links==
* Online books: [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%201.inf Part 1] [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%202.inf Part 2] [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%203.inf Part 3]
* Online books INF: [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%201.inf Part 1] [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%202.inf Part 2] [https://archive.org/download/ToolkitDocs1/Control%20Program%20Programming%20Guide%20and%20Reference%203.inf Part 3]
* Online books Web: [https://komh.github.io/os2books/os2tk45/cp1 Part 1] [https://komh.github.io/os2books/os2tk45/cp2 Part 2] [https://komh.github.io/os2books/os2tk45/cp3 Part 3]


[[Category:Books]]
[[Category:Online Books]]

Latest revision as of 23:49, 7 May 2024

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

Control Program Programming Guide and Reference
  1. Introduction to the Control Program
  2. Control Program Functions
  3. Keyboard Functions
  4. Mouse Functions
  5. Video Functions
  6. Data Types
  7. Errors
  8. Debugging
  9. Kernel Debugger Communications Protocol
  10. Device I/O
  11. Dynamic Linking
  12. Error Management
  13. Exception Management
  14. Extended Attributes
  15. File Management
  16. File Names
  17. File Systems
  18. Generic IOCtl Commands
  19. Memory Management
  20. Message Management
  21. National Language Support
  22. Pipes
  23. Program Execution Control
  24. Queues
  25. Semaphores
  26. Timers
  27. Notices
  28. Glossary

The OS/2 operating system Control Program Guide and Reference is a detailed technical guide and reference for application programmers. It gives reference information and code examples to enable you to write source code using Control Program functions.

See also

Links