Control Program Functions

From EDM2
Revision as of 03:04, 15 August 2016 by Martini (Talk | contribs)

Jump to: navigation, search

Contents

Control Programming Interface

Some general information is available at Control Program page.

Date/Time

Device I/O

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

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

Keyboard functions

Mouse functions

Video I/O functions

Advanced VIO


Legacy Functions

This are the legacy functions of the Control Program Interface API. This functions are supposed to be replaced by the newer ones, but some of these are still required for older programs to work or because some newer functions weren't implemented correctly.

Date / Time

Device I/O

Monitor functions

Dynamic Link Library

Error Management

Exception Management

  • DosSendSignal

File Systems/File Management

Directory Searching

Directory

Disk

Enviroment/Path

File Manipulation

File Handle Manipulation

File Querying

File System Functions

Memory Management

Heap Memory

Message Management

National Language/Code Page

Pipes

Named Pipes

Queues

Server

Client

Resource Management

Semaphores

MuxWait Semaphores

Processes/Threading

Processes

Threads

Session Management

Timer

Addressing

To SORT

  • DosCallback
  • DosCLIAccess
  • DosCreateCSAlias
  • DosFileIO
  • DosFileLocks
  • DosFindClose
  • DosFlagProcess
  • DosGetEnv
  • DosGetHugeShift
  • DosGetMachineMode
  • DosGetModHandle
  • DosGetModName
  • DosGetProcAddr
  • DosGetPrty
  • DosGetShrSeg
  • DosGetVersion
  • DosHoldSignal
  • DosPFSActivate * Not found on OS2TK45
  • DosPFSCloseUser * Not found on OS2TK45
  • DosPFSInit * Not found on OS2TK45
  • DosPFSQueryAct * Not found on OS2TK45
  • DosPFSVerifyFont * Not found on OS2TK45
  • DosPortAccess
  • DosPtrace
  • DosR2StackRealloc
  • DosReadAsync
  • DosSetSigHandler
  • DosSetVec
  • DosSMRegisterDD
  • DosWriteAsync

Keyboard functions

Mouse functions

Video I/O functions

Advanced VIO


External References