<div class="content" name="PDCONFIG" uuid="6fe0f4f2-6487-4390-890e-e7b0e4814d29"><p>The protocol driver configuration structure.</p><dl>
<dd>
<div><pre> typedef struct _PDCONFIG {
   PDCONFIG2 Create;
   PDPARAMS Params;
 } PDCONFIG,
  *PPDCONFIG;
</pre></div>
</dd></dl><p><b>Create:</b>  The software configuration
of the driver.</p><p><b>Params:</b>  The hardware configuration
for the driver.</p></div>