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 2f - multiplex - network redirector - do redirection http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - NETWORK REDIRECTOR - DO REDIRECTION
        AX = 111Eh
        SS = DOS CS
        STACK: WORD function to execute
                5F00h  get redirection mode
                        BL = type (03h printer, 04h disk)
                        Return: BH = state (00h off, 01h on)
                5F01h  set redirection mode
                        BL = type (03h printer, 04h disk)
                        BH = state (00h off, 01h on)
                5F02h  get redirection list entry
                        BX = redirection list index
                        DS:SI -> 16-byte local device name buffer
                        ES:DI -> 128-byte network name buffer
                5F03h  redirect device
                        BL = device type (see INT 21/AX=5F03h)
                        CX = stored parameter value
                        DS:SI -> ASCIZ source device name
                        ES:DI -> destination ASCIZ network path + ASCIZ passwd
                5F04h  cancel redirection
                        DS:SI -> ASCIZ device name or network path
                5F05h  get redirection list extended entry
                        BX = redirection list index
                        DS:SI -> buffer for ASCIZ source device name
                        ES:DI -> buffer for destination ASCIZ network path
                        Return: BH = status flag
                                BL = type (03h printer, 04h disk)
                                CX = stored parameter value
                                BP = NETBIOS local session number
                5F06h  similar to 5F05h???
Return: CF set on error
            AX = error code (see INT 21/AH=59h)
        STACK unchanged
Note:   called by DOS 3.1+ kernel
SeeAlso: INT 21/AX=5F00h,5F01h,5F02h,5F03h,5F04h,5F05h,5F06h

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