DosSavRedrawUndo: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSavRedrawUndo to DosSavRedrawUndo |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | ||
==Syntax== | ==Syntax== | ||
DOSSAVREDRAWUNDO(short viohdl,short kill, short flag) | |||
==Parameters== | ==Parameters== | ||
; viohdl : VIO Handle of the screen group | ; viohdl : VIO Handle of the screen group | ||
; kill | ; kill | ||
=0 send an error code to save/restore thread | |||
=1 terminate the save/restore thread | |||
; flag | ; flag | ||
=0 remain owner of the save/restore thread | |||
=1 give up save/restore thread | |||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Remarks== | ==Remarks== | ||
==Example Code== | ==Example Code== | ||
==Related Functions== | ==Related Functions== | ||
* | * | ||
[[Category:Dos]] | |||
[[Category: |
Revision as of 03:08, 24 February 2017
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