DosSavRedrawUndo: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Legacy | |||
|RepFunc= | |||
|Remarks=This page list the older version of the function for reference. | |||
}} | |||
This will allow some code that originally called DOSSAVREDAWWAIT to stop save/restore operation, and/or kill the save/restore thread. | This will allow some code that originally called DOSSAVREDAWWAIT to stop save/restore operation, and/or kill the save/restore thread. | ||
Revision as of 03:50, 16 September 2017
![]() | |
---|---|
It is recommended to use a newer replacement for this function. | |
Replacement: | |
Remarks: | This page list the older version of the function for reference. |
This will allow some code that originally called DOSSAVREDAWWAIT to stop save/restore operation, and/or kill the save/restore thread.
Syntax
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
APIRET16 Pascal far