Jump to content

Control Program Functions: Difference between revisions

From EDM2
Line 2: Line 2:
Some general information is available at [[Control Program]] page.  
Some general information is available at [[Control Program]] page.  


<table style="width: 100%">
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
<tr style="vertical-align:top;">
<!--       FIRST COLUMN        -->
  <td style="width:60%; width:60%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">


=== Date/Time ===
=== Date/Time ===
Line 380: Line 377:
* [[OS2 API:CPI:DosReplaceModule|DosReplaceModule]]
* [[OS2 API:CPI:DosReplaceModule|DosReplaceModule]]


</td>
</div>
 
<!--        SECOND COLUMN        -->
  <td style="width:40%; width:40%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">


=== External References ===
=== External References ===
Line 392: Line 386:
* [http://cyberkinetica.homeunix.net/os2tk45/cp3/ CP3.INF - Control Program Programming Guide and Reference, Part 3 of 3  - IBM Tookit 4.5 ]
* [http://cyberkinetica.homeunix.net/os2tk45/cp3/ CP3.INF - Control Program Programming Guide and Reference, Part 3 of 3  - IBM Tookit 4.5 ]


</td>
 
</tr>
</table>


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 14:36, 16 June 2016

Control Programming Interface

Some general information is available at Control Program page.

Date/Time

Device I/O

Video I/O functions

Advanced VIO

Keyboard functions

Mouse functions

Monitor functions

Dynamic Linking Library

Error Management

Exception Management

Must Complete Management

Signaling Exception Management

File Systems/File Management

Directory Searching

Directory

Disk

Environment/Path

LibPath

File Manipulation

File Handle Manipulation

File Querying

File System Functions

Memory Management

Heap Memory

Shared Memory

Thread local Memory

Addressing

Message Management

National Language/Code Page

Pipes

Named Pipes

Queues

Server

Client

Resource Management

Semaphores

Event Semaphores

Mutex Semaphores

MuxWait Semaphores

Processes/Threading

Processes

Threads

Session Management

Timer

To SORT

This needs to be organized:

External References