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 02H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Printer Setup String     DOS 3.1 Only
 
  Specifies a string to be sent in front of all files directed to a partic-
  ular network printer, allowing users at different network nodes to specify
  individualized operating modes on the same printer. This function call is
  only available when Microsoft Networks is running.
 
  Input                                Output
  ═════════════════════════            ═══════════════════════════════════
  AH=5EH                               If function successful
  AL=02H                               Carry flag=clear
  BX=redirection list index            If function unsuccessful
  CX=length of setup string            Carry flag=set
  DS:SI=segment:offset of              AX=error code
   setup string
                                    -♦-