2.2.1.10.6 PRINTER_INFO_5

The PRINTER_INFO_5 structure provides information about a printer.<60>

 typedef struct _PRINTER_INFO_5 {
   [string] wchar_t* pPrinterName;
   [string] wchar_t* pPortName;
   DWORD Attributes;
   DWORD DeviceNotSelectedTimeout;
   DWORD TransmissionRetryTimeout;
 } PRINTER_INFO_5;

DeviceNotSelectedTimeout: The maximum number of milliseconds between select attempts. The DeviceNotSelectedTimeout value controls communication between the print server and a print device. It does not have any effect on communication between the print client and the print server.

TransmissionRetryTimeout: The maximum number of milliseconds between retransmission attempts. The TransmissionRetryTimeout value controls communication between the print server and a print device. It does not have any effect on communication between the print client and the print server.

All members not defined in this section are specified in sections 2.2.1.3.6 and 2.2.1.3.