delorie.com/djgpp/doc/dpmi/api/310305.html | search |
Call With
AX = 0305H
Returns
Carry flag = clear (this function always succeeds)
AX = size of buffer in bytes required to save state
BX:CX = real mode address of routine used to
save/restore state
SI:(E)DI = protected mode address of routine used to
save/restore state
AL = 0 to save state, or 1 to restore state
ES:(E)DI = (selector or segment):offset of state-save buffer
The state-save buffer must be at least as large as the value returned in AX by Int 31H Function 0305H. The state save/restore procedures do not modify any registers. For a further discussion of use of the state save/restore procedures, see that page.
prev next webmaster | delorie software privacy |
Copyright © 1996 | Updated Apr 1996 |