Jump to content

Control Program Functions: Difference between revisions

From EDM2
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Control Programming Interface ==
== Control Programming Interface ==
<table style="width: 100%">
<tr style="vertical-align:top;">
<!--        FIRST COLUMN        -->
  <td style="width:70%; width:70%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">
=== Date/Time ===
=== Date/Time ===
* [[OS2 API:DosGetDateTime|DosGetDateTime]]
* [[OS2 API:DosGetDateTime|DosGetDateTime]]
Line 370: Line 376:




==To SORT==
===To SORT===
This needs to be organized:
This needs to be organized:
* [[OS2 API:DosReplaceModule|DosReplaceModule]]
* [[OS2 API:DosReplaceModule|DosReplaceModule]]
</td>
<!--        SECOND COLUMN        -->
  <td style="width:30%; width:30%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">
=== External References ===
* [http://cyberkinetica.homeunix.net/os2tk45/prcp/ Legacy OS/2 Programming Reference - IBM Tookit 4.5]
</td>
</tr>
</table>


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

Revision as of 19:24, 29 June 2012

Control Programming Interface

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