Jump to content

DosSavRedrawUndo

From EDM2
Revision as of 15:58, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== This will allow some code that originally called DOSSAVREDAWWAIT to stop save/restore operation, and/or kill the save/restore thread. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This will allow some code that originally called DOSSAVREDAWWAIT to stop save/restore operation, and/or kill the save/restore thread.

Syntax

 APIRET16 Pascal far DOSSAVREDRAWUNDO(short viohdl,short kill, short flag)

Parameters

viohdl
VIO Handle of the screen group
kill
   =0 send an error code to save/restore thread
   =1 terminate the save/restore thread 
flag
   =0 remain owner of the save/restore thread
   =1 give up save/restore thread 

Return Code

Remarks

Example Code


Related Functions