Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 5f04h (95-4) cancel redirection . dos 3.1</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 5F04h (95-4)    Cancel Redirection                         . DOS 3.1

    Cancels a previously established network redirection.

       On entry:      AH         5Fh
                      AL         04h
                      DS:SI      Pointer to an ASCIIZ string specifying
                                 either the local device to cancel or its
                                 associated network name.

       Returns:       AX         Error code   If CF is set

  --------------------------------------------------------------------------

    This function undoes a previously established network redirection
    link. DS:SI points to the name of the link to cancel, and it may
    contain a printer name (PRN, LPT1, LPT2, or LPT3), a drive designator,
    or the network name (in the last case, the ASCIIZ string should be
    followed by a second ASCIIZ string giving the password associated with
    the link).

See Also: 5F02h 5F03h 59h

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