ReactOS 0.4.15-dev-7953-g1f49173
fxusbdevice.hpp File Reference
Include dependency graph for fxusbdevice.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FxUsbDeviceControlContext
 
struct  FxUsbDeviceStringContext
 
class  FxUsbUrb
 
class  FxUsbDevice
 

Macros

#define FX_USB_DEVICE_TAG   'sUfD'
 

Typedefs

typedef enum _FX_URB_TYPE FX_URB_TYPE
 

Enumerations

enum  _FX_URB_TYPE : UCHAR { FxUrbTypeLegacy , FxUrbTypeUsbdAllocated }
 

Macro Definition Documentation

◆ FX_USB_DEVICE_TAG

#define FX_USB_DEVICE_TAG   'sUfD'

Definition at line 181 of file fxusbdevice.hpp.

Typedef Documentation

◆ FX_URB_TYPE

Enumeration Type Documentation

◆ _FX_URB_TYPE

Enumerator
FxUrbTypeLegacy 
FxUrbTypeUsbdAllocated 

Definition at line 26 of file fxusbdevice.hpp.

26 : UCHAR {
@ FxUrbTypeLegacy
Definition: fxusbdevice.hpp:27
@ FxUrbTypeUsbdAllocated
Definition: fxusbdevice.hpp:28
enum _FX_URB_TYPE FX_URB_TYPE
unsigned char UCHAR
Definition: xmlstorage.h:181