[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 3.1+ network, Banyan VINES, PC-NFS - GET REDIRECTION LIST ENTRY
        AX = 5F02h
        BX = redirection list index
        CX = 0000h (LANtastic)
        DS:SI -> 16-byte buffer for ASCIZ device name
        ES:DI -> 128-byte buffer for ASCIZ network name
Return: CF clear if successful
            BH = device status
                00h valid
                01h invalid
            BL = device type
                03h printer
                04h disk drive
            CX = user data previously set with AX=5F03h
            DS:SI and ES:DI buffers filled
            DX,BP destroyed
        CF set on error
            AX = error code (01h,12h) (see AH=59h)
Notes:  this function is passed through to INT 2F/AX=111Eh
        error code 12h is returned if BX is greater than the size of the list
        also supported by Banyan VINES, PC-NFS, and LANtastic
SeeAlso: INT 2F/AX=111Eh

See Also: 215F03
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson