en:docs:dos:api:int21:5e:02

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=5EH, AL=02H

Version

3.1 and higher

Brief

SET NETWORK PRINTER SETUP STRING

Family API

Input

AX = 5E02h
BX = redirection list index (see AX=5F02h)
CX = length of setup string
DS:SI -> setup string

Return

 CF clear if successful
CF set on error
    AX = error code (01h) (see #01680 at AH=59h/BX=0000h)

Macro

Notes

See also

AX=5E03h,INT 2F/AX=111Fh

Note

2018/09/04 17:23 · prokushev · 0 Comments