Jump to content

Control Program Functions: Difference between revisions

From EDM2
Line 389: Line 389:
* [[OS2 API:CPI:Dos32QueryCollate|Dos32QueryCollate]]
* [[OS2 API:CPI:Dos32QueryCollate|Dos32QueryCollate]]


===To SORT===
===Memory Suballocation===
This needs to be organized:
* [[OS2 API:CPI:DosReplaceModule|DosReplaceModule]]
**
* [[OS2 API:CPI:Dos32SubSetMem|Dos32SubSetMem]]
* [[OS2 API:CPI:Dos32SubSetMem|Dos32SubSetMem]]
* [[OS2 API:CPI:Dos32SubAllocMem|Dos32SubAllocMem]]
* [[OS2 API:CPI:Dos32SubAllocMem|Dos32SubAllocMem]]
* [[OS2 API:CPI:Dos32SubFreeMem|Dos32SubFreeMem]]
* [[OS2 API:CPI:Dos32SubFreeMem|Dos32SubFreeMem]]
* [[OS2 API:CPI:Dos32SubUnSetMem|Dos32SubUnSetMem]]
* [[OS2 API:CPI:Dos32SubUnSetMem|Dos32SubUnSetMem]]
===To SORT===
This needs to be organized:
* [[OS2 API:CPI:DosReplaceModule|DosReplaceModule]]


</td>
</td>

Revision as of 00:22, 7 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


National Language Support

This are from the NLS.DLL component

Memory Suballocation

To SORT

This needs to be organized:

External References