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 44H Subfunction 09H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  IOCTL: Check If Block Device Is Remote     DOS 3.1 Only
 
  Checks whether the specified block device is local (attached to the com-
  puter running the program) or remote (redirected to a network server).
 
  Input                                  Output
  ═══════════════════════════            ══════════════════════════════
  AH=44H                                 If function successful
  AL=09H                                 Carry flag=clear
  BL=drive number (0=default,            DX=device attribute word
      1=A, 2=B, etc.)                       bit 12=0 if drive is local
                                                   1 if drive is remote
                                         If function unsuccessful
                                         Carry flag=set
                                         AX=error code
                                    -♦-