Flags property (IEpnBatchPrinterInfo)

Visual Basic example

Visual C++ example

 

Syntax

long Flags;

Overview

Refer to Redirecting to a Printer Redirection List

Remarks

Gets or sets a flags that indicate additional information of a batch printer found in the batch printers list. Possible value is:

Value

Meaning

VALID_ENHANCED_OPTIONS

[0x00000001] Enable using the EnhancedOptions property.

The default value is 0.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This property is updated with the currently used setting when the GetPrinterBatchPrintersList method is called.

To update the information about a printer from the printers list, set this property and the other IEpnBatchPrinterInfo properties accessed by the Printer property (IEpnPrinterList) and call the SetPrinterBatchPrintersList method.

See Also

Elements:

PrinterName property, InitDevmode property, EnhancedOptions property

Topics:

ePrint: Printer Information