ReactOS 0.4.16-dev-340-g0540c21
|
#include <usbioctl.h>
Public Attributes | |
ULONG | ConnectionIndex |
struct { | |
UCHAR bmRequest | |
UCHAR bRequest | |
USHORT wValue | |
USHORT wIndex | |
USHORT wLength | |
} | SetupPacket |
UCHAR | Data [ANYSIZE_ARRAY] |
Definition at line 328 of file usbioctl.h.
UCHAR _USB_DESCRIPTOR_REQUEST::bmRequest |
Definition at line 331 of file usbioctl.h.
UCHAR _USB_DESCRIPTOR_REQUEST::bRequest |
Definition at line 332 of file usbioctl.h.
ULONG _USB_DESCRIPTOR_REQUEST::ConnectionIndex |
Definition at line 329 of file usbioctl.h.
Referenced by USBH_IoctlGetDescriptor().
UCHAR _USB_DESCRIPTOR_REQUEST::Data[ANYSIZE_ARRAY] |
Definition at line 337 of file usbioctl.h.
Referenced by USBH_IoctlGetDescriptor().
struct { ... } _USB_DESCRIPTOR_REQUEST::SetupPacket |
Referenced by USBH_IoctlGetDescriptor().
USHORT _USB_DESCRIPTOR_REQUEST::wIndex |
Definition at line 334 of file usbioctl.h.
USHORT _USB_DESCRIPTOR_REQUEST::wLength |
Definition at line 335 of file usbioctl.h.
USHORT _USB_DESCRIPTOR_REQUEST::wValue |
Definition at line 333 of file usbioctl.h.