Int 21/AX=5E03h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.1+ network - GET NETWORK PRINTER SETUP STRING

AX = 5E03h
BX = redirection list index (see AX=5F02h)
ES:DI -> 64-byte buffer for setup string

Return:
CF clear if successful CX = length of setup string ES:DI buffer filled CF set on error AX = error code (01h) (see #01680 at AH=59h/BX=0000h)

Note: Also supported by 10NET v5.0, but 10NET is documented as using DS:SI instead of ES:DI

See Also: AX=5E02h - INT 2F/AX=111Fh

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents