ReactOS 0.4.15-dev-8096-ga0eec98
fxrequestcontexttypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define USB_BASE   (0x10)
 

Enumerations

enum  FxRequestContextTypes {
  FX_REQUEST_CONTEXT_TYPE_NONE = 0x00 , FX_RCT_IO = 0x01 , FX_RCT_INTERNAL_IOCTL_OTHERS = 0x02 , FX_RCT_USB_PIPE_XFER = USB_BASE+0x00 ,
  FX_RCT_USB_URB_REQUEST = USB_BASE+0x01 , FX_RCT_USB_PIPE_REQUEST = USB_BASE+0x02 , FX_RCT_USB_CONTROL_REQUEST = USB_BASE+0x03 , FX_RCT_USB_STRING_REQUEST = USB_BASE+0x04
}
 

Macro Definition Documentation

◆ USB_BASE

#define USB_BASE   (0x10)

Definition at line 10 of file fxrequestcontexttypes.h.

Enumeration Type Documentation

◆ FxRequestContextTypes

Enumerator
FX_REQUEST_CONTEXT_TYPE_NONE 
FX_RCT_IO 
FX_RCT_INTERNAL_IOCTL_OTHERS 
FX_RCT_USB_PIPE_XFER 
FX_RCT_USB_URB_REQUEST 
FX_RCT_USB_PIPE_REQUEST 
FX_RCT_USB_CONTROL_REQUEST 
FX_RCT_USB_STRING_REQUEST 

Definition at line 15 of file fxrequestcontexttypes.h.

15 {
17 FX_RCT_IO = 0x01,
24};
@ FX_RCT_USB_PIPE_REQUEST
@ FX_RCT_USB_CONTROL_REQUEST
@ FX_REQUEST_CONTEXT_TYPE_NONE
@ FX_RCT_USB_URB_REQUEST
@ FX_RCT_USB_STRING_REQUEST
@ FX_RCT_INTERNAL_IOCTL_OTHERS
@ FX_RCT_USB_PIPE_XFER
#define USB_BASE