Jump to content

Control Program Functions: Difference between revisions

From EDM2
start of addition of > 2 GB file support APIs
m Corrected typos
Line 192: Line 192:
* [[OS2 API:DosSetFileInfo|DosSetFileInfo]]
* [[OS2 API:DosSetFileInfo|DosSetFileInfo]]
* [[OS2 API:DosProtectSetFileInfo|DosProtectSetFileInfo]]
* [[OS2 API:DosProtectSetFileInfo|DosProtectSetFileInfo]]
* [[OS2 API:DosSetFileLocks|DosSetFileLocks]]
* [[OS2 API:DosSetFileLock|DosSetFileLock]]
* [[OS2 API:DosProtectSetFileLocks|DosProtectSetFileLocks]]
* [[OS2 API:DosProtectSetFileLock|DosProtectSetFileLock]]
* [[OS2 API:DosProtectSetFileLocksL|DosProtectSetFileLocksL]]
* [[OS2 API:DosProtectSetFileLockL|DosProtectSetFileLockL]]
* [[OS2 API:DosSetFilePtr|DosSetFilePtr]]
* [[OS2 API:DosSetFilePtr|DosSetFilePtr]]
* [[OS2 API:DosProtectSetFilePtr|DosProtectSetFilePtr]]
* [[OS2 API:DosProtectSetFilePtr|DosProtectSetFilePtr]]

Revision as of 21:16, 15 December 2005

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

Back to OS/2 API