ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | FxRequestSystemBuffer |
struct | FxRequestOutputBuffer |
class | FxRequest |
class | FxRequestFromLookaside |
Macros | |
#define | USE_DEFAULT_PRIORITY_BOOST ((CHAR) 0x7F) |
#define | FXREQUEST_STATE_TAG (PVOID) 'tatS' |
#define | FXREQUEST_QUEUE_TAG (PVOID) 'ueuQ' |
#define | FXREQUEST_COMPLETE_TAG (PVOID) 'pmoC' |
#define | FXREQUEST_HOLD_TAG (PVOID) 'dloH' |
#define | FXREQUEST_FWDPRG_TAG (PVOID) 'PdwF' |
#define | FXREQUEST_DCRC_TAG (PVOID) 'CRCD' |
#define | WDF_REQUEST_SEND_OPTION_IMPERSONATION_FLAGS |
#define | FxIrpStackFlagsFromSendFlags(sendFlags) |
Typedefs | |
typedef NTSTATUS(* | PFN_FX_QUEUE_REQUEST_COMPLETE) (__in FxRequest *Request, __in FxIoQueue *Queue, __in_opt WDFCONTEXT Context) |
Enumerations | |
enum | FxListEntryNames { FxListEntryNameCleanup = 0 , FxListEntryQueueOwned , FxListEntryDriverOwned , FxListEntryForwardProgress } |
enum | FxRequestPowerStopState { FxRequestPowerStopUnknown = 0 , FxRequestPowerStopAcknowledged = 0x1 , FxRequestPowerStopAcknowledgedWithRequeue = 0x2 } |
#define FxIrpStackFlagsFromSendFlags | ( | sendFlags | ) |
Definition at line 82 of file fxrequest.hpp.
Definition at line 52 of file fxrequest.hpp.
Definition at line 69 of file fxrequest.hpp.
Definition at line 63 of file fxrequest.hpp.
Definition at line 58 of file fxrequest.hpp.
Definition at line 47 of file fxrequest.hpp.
Definition at line 42 of file fxrequest.hpp.
Definition at line 36 of file fxrequest.hpp.
#define WDF_REQUEST_SEND_OPTION_IMPERSONATION_FLAGS |
Definition at line 78 of file fxrequest.hpp.
typedef NTSTATUS(* PFN_FX_QUEUE_REQUEST_COMPLETE) (__in FxRequest *Request, __in FxIoQueue *Queue, __in_opt WDFCONTEXT Context) |
Definition at line 88 of file fxrequest.hpp.
Enumerator | |
---|---|
FxListEntryNameCleanup | |
FxListEntryQueueOwned | |
FxListEntryDriverOwned | |
FxListEntryForwardProgress |
Definition at line 371 of file fxrequest.hpp.
Enumerator | |
---|---|
FxRequestPowerStopUnknown | |
FxRequestPowerStopAcknowledged | |
FxRequestPowerStopAcknowledgedWithRequeue |
Definition at line 384 of file fxrequest.hpp.