Jump to content

DosModeWait

From EDM2
Revision as of 19:00, 12 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosModeWait to DosModeWait)

Description

This is a helper for performing video mode save/restore operations. This will be called by the session manager to signal the thread that does save/restore what operation is to be done.

Syntax

APIRET16 Pascal far DOSMODEWAIT(short viohdl,short*ptr,short flag)

Parameters

viohdl
VIO Handle of the screen group
ptr
a pointer to an address (to signal save/restore thread what to do?)
flag
   =0 do only restore
   =1 do save and restore 

Return Code

Remarks

Example Code


Related Functions