Jump to content

DosSavRedrawWait: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
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.


==Description==
==Syntax==
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.
APIRET16 Pascal far DOSSAVREDRAWWAIT(short viohdl,short* ptr,short flag)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSAVREDRAWWAIT(short viohdl,short* ptr,short flag)
</PRE>
==Parameters==
==Parameters==
; viohdl : VIO Handle of the screen group  
;viohdl : VIO Handle of the screen group
 
;ptr : a pointer to an address (to signal save/restore thread what to do?)
; ptr : a pointer to an address (to signal save/restore thread what to do?)  
;flag
 
:0 do save and restore
; flag
:1 do only restore  
    =0 do save and restore
    =1 do only restore  
 
==Return Code==
 
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 


[[Category:The OS/2 API Project]]
[[Category:Dos]]

Latest revision as of 10:09, 21 May 2018

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