Jump to content

WPRPrinter: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Presumably the class for remote (network) printers.


==Setup strings for Network Printer objects==
;Default Title: "Network Printer"
;DLL: [[WPPRINT.DLL]]
;Class definition file: wprprint.idl


For network printer objects (class WPRPrinter) you may use the settings for Printer objects and the following:
==Class hierarchy==
SOMObject
*[[WPObject]]
**[[WPAbstract]]
***WPPrinter


==Setup strings for Network Printer objects==
  Class WPRPrinter
For network printer objects (class WPRPrinter) you may use the settings for Printer objects and the following:
 
{|class="wikitable"
  Key Name         Value         Description         (OS/2 3.0 ?)
!Key Name||Value||Description
  ----------------------------------------------------------------
|-
  NETID           LS:\\server\alias
|NETID||LS:\\server\alias||The alias name
                                  The alias name
|-
 
|SHOWJOBS||OWN|ALL||show all jobs or only them current user jobs
  SHOWJOBS         OWN|ALL       show all jobs or only the
|-
                                  current user jobs
|REFRESHINTERVALL||n||Time interval, in seconds, when the printer object is refreshed
 
|}
  REFRESHINTERVALL n             Time interval, in seconds, when
                                  the printer object is refreshed


[[Category:The OS/2 API Project]]
[[Category:WPS Classes]]

Latest revision as of 01:17, 22 July 2020

Presumably the class for remote (network) printers.

Default Title
"Network Printer"
DLL
WPPRINT.DLL
Class definition file
wprprint.idl

Class hierarchy

SOMObject

Setup strings for Network Printer objects

For network printer objects (class WPRPrinter) you may use the settings for Printer objects and the following:

Key Name Value Description
NETID LS:\\server\alias The alias name
SHOWJOBS ALL show all jobs or only them current user jobs
REFRESHINTERVALL n Time interval, in seconds, when the printer object is refreshed