Jump to content

Family API: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 90: Line 90:
*[[VioScrollRt]]
*[[VioScrollRt]]
*[[VioScrUnLock (FAPI)|VioScrUnLock]]
*[[VioScrUnLock (FAPI)|VioScrUnLock]]
 
*[[VioSetCurPos (FAPI)|VioSetCurPos]]
*[[VioSetCurType (FAPI)|VioSetCurType]]
*[[VioSetMode (FAPI)|VioSetMode]]
*[[VioShowBuf (FAPI)|VioShowBuf]]
*[[VioWrtCellStr (FAPI)|VioWrtCellStr]]
*[[VioWrtCharStr (FAPI)|VioWrtCharStr]]
*[[VioWrtCharStrAtt (FAPI)|VioWrtCharStrAtt]]
*[[VioWrtNAttr (FAPI)|VioWrtNAttr]]
*[[VioWrtNCell (FAPI)|VioWrtNCell]]
*[[VioWrtNChar (FAPI)|VioWrtNChar]]
*[[VioWrtTTY (FAPI)|VioWrtTTY]]
*[[VioWrtTTY (FAPI)|VioWrtTTY]]
Restricted
Restricted

Revision as of 19:04, 28 February 2017

Family API (FAPI) is a subset of function calls for development of OS/2 protected mode and real mode programs.

OS/2 1.0 introduced 91 function calls that could be used in FAPI programs.

Function Calls

Dos

Restricted

Kbd

Restricted

Vio

Restricted

Limitations

Real Mode
max. 640K memory
no virtual adress space
no multitasking
no undocumented OS services
If the filename of an executable produced by BIND is changed, then it will not run under DOS 2.1.
Protected Mode
16 MB memory
1GB virtual address space

Article

Links