RestoreScreen

The RestoreScreen function restores a previously saved video context.

Parameters

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