Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - dos 3.1 + microsoft networks, vines - get redirection list entry http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 3.1 + Microsoft Networks, VINES - GET REDIRECTION LIST ENTRY
        AX = 5F02h
        BX = redirection list index
        DS:SI -> 16 char local device name buffer
        ES:DI -> 128 char network name buffer
Return: CF set on error
            AX = error code (01h,12h) (see AH=59h)
        CF clear if successful
            BH = device status flag (bit 0 = 0 if valid)
            BL = device type (03h if printer, 04h if drive)
            CX = stored parameter value (user data)
            DS:SI and ES:DI buffers filled
Notes:  DX and BP are destroyed by this call!
        error code 12h is returned if BX is greater than the size of the list
SeeAlso: AX=5F03h, INT 2F/AX=111Eh

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson