Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RestoreScreen
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
The RestoreScreen function restores a previously saved video context.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
 
AX         Specifies the size in bytes of the saved video context.
 
DS         Specifies the segment address of the grabber (CS and DS registers
           are equal).
 
ES:DI      Points to the saved video context.
 
Return Value
 
The return value is a cleared carry flag if successful. Otherwise, the carry
flag is set to indicate an error.
 
Comments
 
Windows guarantees that the offset portion of the saved video context (the
DI register) will always be zero.
 
See Also
 
SaveScreen