2.2.2.26 PDCONFIG

The protocol driver configuration structure.

 typedef struct _PDCONFIG {
   PDCONFIG2 Create;
   PDPARAMS Params;
 } PDCONFIG,
  *PPDCONFIG;

Create: The software configuration of the driver.

Params: The hardware configuration for the driver.