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 5EH Subfunction 03H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get Printer Setup String     DOS 3.1 Only
 
  Obtains the printer setup string for a particular network printer. This
  function call is only available when Microsoft Networks is running.
 
  Input                                     Output
  ══════════════════════════════            ══════════════════════════════
  AH=5EH                                    If function successful
  AL=03H                                    Carry flag=clear
  BX=redirection list index                 CX=length of printer setup
  ES:DI=segment:offset of buffer             string
   to receive setup string                  If function unsuccessful
                                            Carry flag=set
                                            AX=error code
                                    -♦-