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 4.x + microsoft networks - get redirection list extended entry http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 4.x + Microsoft Networks - GET REDIRECTION LIST EXTENDED ENTRY
        AX = 5F05h
        BX = redirection list index
        DS:SI -> buffer for ASCIZ source device name
        ES:DI -> buffer for destination ASCIZ network path
Return: CF set on error
            AX = error code (see AH=59h)
        CF clear if successful
            BH = device status flag (bit 0 clear if valid)
            BL = device type (03h if printer, 04h if drive)
            CX = stored parameter value (user data)
            BP = NETBIOS local session number
            DS:SI buffer filled
            ES:DI buffer filled
Notes:  the local session number allows sharing the redirector's session number
        if an error is caused on the NETBIOS LSN, the redirector may be unable
          to correctly recover from errors
SeeAlso: AX=5F06h"Network",INT 2F/AX=111Eh

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