ReactOS 0.4.15-dev-7924-g5949c20
fxrequestcontexttypes.h
Go to the documentation of this file.
1//
2// Copyright (C) Microsoft. All rights reserved.
3//
4#ifndef _FXREQUESTCONTEXTTYPES_H_
5#define _FXREQUESTCONTEXTTYPES_H_
6
7//
8// Current typedef for a FX_REQUEST_CONTEXT_TYPE is a byte big
9//
10#define USB_BASE (0x10)
11
12//
13// FX_REQUEST_CONTEXT_TYPE_Xxx is very long. Just use FX_RCT_Xxx instead.
14//
17 FX_RCT_IO = 0x01,
24};
25
26
27#endif // _FXREQUESTCONTEXTTYPES_H_
FxRequestContextTypes
@ 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