Changeset 45


Ignore:
Timestamp:
Dec 12, 2018, 5:04:28 PM (7 years ago)
Author:
Alex Taylor
Message:

Minor documentation corrections/clarifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxprtutl/trunk/rxprtutl.txt

    r37 r45  
    109109                           P  Printer queue is paused (held)
    110110
     111This function does not indicate drivers or ports used by the printer; to
     112obtain that information for a printer, call RPUPrinterQuery on the printer
     113device name.
     114
    111115REXX ARGUMENTS:
    112116  1. The name of the stem in which to return the results.      (REQUIRED)
     
    187191     (stem).!driver     The name of the port driver
    188192     (stem).!converter  The name of the protocol converter used
    189   TODO
    190      (stem).!printer    The device name of the printer(s) using this
    191                         port, if any ('' if not in use)
    192193
    193194REXX RETURN VALUE:
     
    322323  (stem).!description  Printer description (name of WPS object)
    323324  (stem).!port         Name of the port the printer is using
    324   (stem).!driver2      List of the drivers used by this printer
     325  (stem).!drivers      List of the drivers used by this printer
    325326  (stem).!jobflags     Zero or more of the following flags (any order):
    326327                           E  A printer error has occurred
Note: See TracChangeset for help on using the changeset viewer.