Jump to content

DosModeWait

From EDM2
Revision as of 03:51, 16 September 2017 by Martini (talk | contribs)
Legacy Function Warning
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 is a helper for performing video mode 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

DosModeWait (viohdl, ptr, flag)

Parameters

viohdl (short)
VIO Handle of the screen group
ptr (short*)
a pointer to an address (to signal save/restore thread what to do?)
flag (short)
0 do only restore
1 do save and restore

Return Code

APIRET16 Pascal far

Related Functions