USBDBG_MDD_INTERFACE_INFO (Compact 2013)
10/16/2014
This structure contains the model device driver (MDD) version number.
Syntax
typedef struct USBDBG_MDD_INTERFACE_INFO
{
DWORD version;
} USBDBG_MDD_INTERFACE_INFO;
Members
- version
The version number of the MDD.
Remarks
This structure is passed by the MDD to the platform-dependent device driver (PDD) initialization function, UsbDbgPdd_Init.
Requirements
Header |
UsbDbgDdsi.h |