qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 21H Function 5FH Subfunction 04H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Cancel Device Redirection     DOS 3.1 Only
 
  Cancels a previous redirection request by removing the association of a
  local device name with a network name. This function call is only avail-
  able when Microsoft Networks is running and the file-sharing module
  (SHARE.EXE) has been loaded.
 
  Input                                Output
  ═════════════════════════            ══════════════════════════════
  AH=5FH                               If function successful
  AL=04H                               Carry flag=clear
  DS:SI=segment:offset of              If function unsuccessful
   ASCIIZ local device name            Carry flag=set
                                       AX=error code
                                    -♦-