[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson