Jump to content

DosModeUndo

From EDM2
Revision as of 16:03, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== This function is similar to DOSSAVREDRAWUNDO, but does not control a save/restore thread, but the thread to change video modes. ==Synta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This function is similar to DOSSAVREDRAWUNDO, but does not control a save/restore thread, but the thread to change video modes.

Syntax

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

Parameters

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

Return Code

Remarks

Example Code


Related Functions