Changeset 45
- Timestamp:
- Dec 12, 2018, 5:04:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rxprtutl/trunk/rxprtutl.txt
r37 r45 109 109 P Printer queue is paused (held) 110 110 111 This function does not indicate drivers or ports used by the printer; to 112 obtain that information for a printer, call RPUPrinterQuery on the printer 113 device name. 114 111 115 REXX ARGUMENTS: 112 116 1. The name of the stem in which to return the results. (REQUIRED) … … 187 191 (stem).!driver The name of the port driver 188 192 (stem).!converter The name of the protocol converter used 189 TODO190 (stem).!printer The device name of the printer(s) using this191 port, if any ('' if not in use)192 193 193 194 REXX RETURN VALUE: … … 322 323 (stem).!description Printer description (name of WPS object) 323 324 (stem).!port Name of the port the printer is using 324 (stem).!driver 2List of the drivers used by this printer325 (stem).!drivers List of the drivers used by this printer 325 326 (stem).!jobflags Zero or more of the following flags (any order): 326 327 E A printer error has occurred
Note:
See TracChangeset
for help on using the changeset viewer.