Int 21/AX=4403h/SF=03h

Prev Next Ralf Interrups Categories Contents

------

Qualitas 386MAX v6.01+ - SET STATE

AX = 4403h subfn 03h
BX = handle for device "386MAX$$"
CX = number of bytes to copy (up to size of state buffer)
DS:DX -> BYTE 03h followed by state buffer
(see #01467 at AX=4402h"386MAX")

Return:
CF clear if successful AX = number of bytes actually written CF set on error AX = error code (01h,05h,06h,0Dh) (see #01680 at AH=59h/BX=0000h)

Note: The first byte of the buffer must be either 01h, 02h, or 03h (specifying the version of the state record) and the buffer must contain CX bytes AFTER the initial byte

See Also: AX=4402h"386MAX"

Category: Memory Management - Int 21h - Q

------

Prev Next Ralf Interrups Categories Contents