<div class="content" name="PRINTER_INFO_5" uuid="d7e5feaa-16be-4dbd-b6d9-22f62f69afbb"><p>The <b>PRINTER_INFO_5</b> structure provides information
about a printer.<a id="Appendix_A_Target_60"></a><a aria-label="Product behavior note 60" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_60" data-linktype="relative-path">&lt;60&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _PRINTER_INFO_5 {
   [string] wchar_t* pPrinterName;
   [string] wchar_t* pPortName;
   DWORD Attributes;
   DWORD DeviceNotSelectedTimeout;
   DWORD TransmissionRetryTimeout;
 } PRINTER_INFO_5;
</pre></div>
</dd></dl><p><b>DeviceNotSelectedTimeout:</b> The maximum
number of milliseconds between select attempts. The <b>DeviceNotSelectedTimeout</b>
value controls communication between the <span><a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_59fb3ddc-63cf-45df-8a90-46a6af9e00cb" data-linktype="relative-path">print server</a></span> and a
print device. It does not have any effect on communication between the <span><a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_3b2da3d1-c159-4399-a6dd-dfd5f76fa2f5" data-linktype="relative-path">print
client</a></span> and the print server.</p><p><b>TransmissionRetryTimeout:</b> The maximum
number of milliseconds between retransmission attempts. The <b>TransmissionRetryTimeout</b>
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.</p><p>All members not defined in this section are specified in
sections <span><a href="c07c2bfd-e2c9-4d36-9259-354a229d645d" data-linktype="relative-path">2.2.1.3.6</a></span> and <span><a href="964b517f-6730-4b4a-99ed-ee9648e7f1f7" data-linktype="relative-path">2.2.1.3</a></span>.</p></div>