Jump to content

Control Program Functions: Difference between revisions

From EDM2
No edit summary
Line 401: Line 401:
</div>
</div>


=== External References ===
== Legacy Functions ==
 
== External References ==
* [http://cyberkinetica.homeunix.net/os2tk45/cp1/ CP1.INF - Control Program Programming Guide and Reference, Part 1 of 3 - IBM Tookit 4.5 ]
* [http://cyberkinetica.homeunix.net/os2tk45/cp1/ CP1.INF - Control Program Programming Guide and Reference, Part 1 of 3 - IBM Tookit 4.5 ]
* [http://cyberkinetica.homeunix.net/os2tk45/cp2/ CP2.INF - Control Program Programming Guide and Reference, Part 2 of 3 - IBM Tookit 4.5 ]
* [http://cyberkinetica.homeunix.net/os2tk45/cp2/ CP2.INF - Control Program Programming Guide and Reference, Part 2 of 3 - IBM Tookit 4.5 ]

Revision as of 18:25, 21 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


VDD

To SORT

This needs to be organized:

Legacy Functions

External References