2.2.2.46 PDPARAMSWIRE

The PDPARAMSWIRE structure precedes a PDPARAMS structure and defines the size and offset of the PDPARAMS structures in the complete data BLOB.

 typedef struct _PDPARAMSWIRE {
   SDCLASS SdClass;
   VARDATA_WIRE SdClassSpecific;
 } PDPARAMSWIRE,
  *PPDPARAMSWIRE;

SdClass: Value of SDCLASS that the succeeding PDPARAMS structure corresponds to.

SdClassSpecific: VARDATA_WIRE structure defining the size and offset of the variable-length PDPARAMS data succeeding it.