Jump to content

DosSavRedrawWait

From EDM2
Revision as of 15:57, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== This is a helper for performing screen save/restore operations. This will be called by the session manager to signal the thread that does...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This is a helper for performing screen 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 DOSSAVREDRAWWAIT(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 save and restore
   =1 do only restore 

Return Code

Remarks

Example Code


Related Functions