PDD_INFO (Compact 2013)
3/26/2014
This structure contains specific information about the device.
Syntax
typedef struct _PDD_INFO
{
DWORD cbSize;
DWORD dwPDDVersion;
DWORD dwInterfaceVersion;
WCHAR szChipset[MAX_PDD_INFO_STRING_LEN];
WCHAR szManufacturer[MAX_PDD_INFO_STRING_LEN];
} PDD_INFO;
Members
- cbSize
Size of the structure in bytes.
- dwPDDVersion
Version of the platform-dependent driver (PDD).
- dwInterfaceVersion
Driver interface version. If new functions are added to the PDD, this parameter must be updated.
- szChipset
Hardware chipset identification for the device.
- szManufacturer
Manufacturer of the part.
Requirements
Library |
accmdd.lib |