ReactOS 0.4.16-dev-38-g96c65e9
|
#include <usb.h>
Public Attributes | |
struct _URB_HEADER | Hdr |
PVOID | Reserved |
ULONG | Reserved0 |
ULONG | TransferBufferLength |
PVOID | TransferBuffer |
PMDL | TransferBufferMDL |
struct _URB * | UrbLink |
struct _URB_HCD_AREA | hca |
UCHAR | Reserved1 [4] |
USHORT | Index |
USHORT | Reserved2 |
struct _URB_HCD_AREA _URB_CONTROL_GET_STATUS_REQUEST::hca |
struct _URB_HEADER _URB_CONTROL_GET_STATUS_REQUEST::Hdr |
Definition at line 357 of file usb.h.
Referenced by USBH_SyncGetStatus().
USHORT _URB_CONTROL_GET_STATUS_REQUEST::Index |
Definition at line 366 of file usb.h.
Referenced by USBH_SyncGetStatus().
PVOID _URB_CONTROL_GET_STATUS_REQUEST::TransferBuffer |
Definition at line 361 of file usb.h.
Referenced by USBH_SyncGetStatus().
ULONG _URB_CONTROL_GET_STATUS_REQUEST::TransferBufferLength |
Definition at line 360 of file usb.h.
Referenced by USBH_SyncGetStatus().