@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Used with DeviceIoControl and [IOCTL_GET_HCD_DRIVERKEY_NAME] to get the "DriverKeyName" of a USB Root hub !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] struct USB_HCD_DRIVERKEY_NAME { public int ActualLength; [MarshalAs(UnmanagedType.ByValTStr, SizeConst = BUFFER_SIZE)] public string DriverKeyName; } !!!!VB Definition: Structure USB_HCD_DRIVERKEY_NAME Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: typedef struct _USB_HCD_DRIVERKEY_NAME { ULONG ActualLength; WCHAR DriverKeyName[1]; } USB_HCD_DRIVERKEY_NAME, *PUSB_HCD_DRIVERKEY_NAME; Documentation: USB_HCD_DRIVERKEY_NAME@msdn on MSDN
Edit Structures.USB_HC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.