Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |