DOS Fn 5e02H: Set Network Printer Setup

                                                         Compatibility: 3.1+ 
 Expects: AX    5e02H
          BX    network assign-list index (as obtained via fn 5f02H)
          CX    length of printer setup data, in bytes
          DS:DX address of printer setup data (max 64 bytes)
          ──────────────────────────────────────────────────────────────────
 Returns: AX    error code if CF is set to CY
          ──────────────────────────────────────────────────────────────────
    Info: This function defines a series of bytes that will be sent to a
          particular network printer each time DOS prints a file.

          The value for BX is obtained by calling fn 5f02H one or more
          times until the network name of the desired printer is found.
          This index value can change at any time, so be sure to get it
          directly before calling this fn.

See Also: Network Functions
          Printer Functions
          DOS Functions
                                    -♦-