Go to the source code of this file.
|
| enum | FxIoQueueNodeType { FxIoQueueNodeTypeInvalid = 0
, FxIoQueueNodeTypeQueue
, FxIoQueueNodeTypeBookmark
, FxIoQueueNodeTypeLast
} |
| |
| enum | FxIoQueuePowerState {
FxIoQueuePowerInvalid = 0
, FxIoQueuePowerOn
, FxIoQueuePowerOff
, FxIoQueuePowerStartingTransition
,
FxIoQueuePowerStopping
, FxIoQueuePowerStoppingNotifyingDriver
, FxIoQueuePowerStoppingDriverNotified
, FxIoQueuePowerPurge
,
FxIoQueuePowerPurgeNotifyingDriver
, FxIoQueuePowerPurgeDriverNotified
, FxIoQueuePowerRestarting
, FxIoQueuePowerRestartingNotifyingDriver
,
FxIoQueuePowerRestartingDriverNotified
, FxIoQueuePowerLast
} |
| |
| enum | _FX_IO_QUEUE_SET_STATE {
FxIoQueueSetAcceptRequests = 0x80000001
, FxIoQueueClearAcceptRequests = 0x80000002
, FxIoQueueSetDispatchRequests = 0x80000004
, FxIoQueueClearDispatchRequests = 0x80000008
,
FxIoQueueSetShutdown = 0x80010000
, FxIoQueueClearShutdown = 0x80020000
} |
| |
| enum | _FX_IO_QUEUE_STATE {
FxIoQueueAcceptRequests = WdfIoQueueAcceptRequests
, FxIoQueueDispatchRequests = WdfIoQueueDispatchRequests
, FxIoQueueNoRequests = WdfIoQueueNoRequests
, FxIoQueueDriverNoRequests = WdfIoQueueDriverNoRequests
,
FxIoQueuePnpHeld = WdfIoQueuePnpHeld
, FxIoQueueShutdown = 0x00010000
} |
| |
◆ FX_IO_QUEUE_SET_STATE
◆ FX_IO_QUEUE_STATE
◆ FXIO_FORWARD_PROGRESS_CONTEXT
◆ FXIOQUEUE_POWER_STATE
◆ PFXIO_FORWARD_PROGRESS_CONTEXT
◆ _FX_IO_QUEUE_SET_STATE
| Enumerator |
|---|
| FxIoQueueSetAcceptRequests | |
| FxIoQueueClearAcceptRequests | |
| FxIoQueueSetDispatchRequests | |
| FxIoQueueClearDispatchRequests | |
| FxIoQueueSetShutdown | |
| FxIoQueueClearShutdown | |
Definition at line 195 of file fxioqueue.hpp.
195 {
@ FxIoQueueSetAcceptRequests
@ FxIoQueueClearDispatchRequests
@ FxIoQueueSetDispatchRequests
@ FxIoQueueClearAcceptRequests
enum _FX_IO_QUEUE_SET_STATE FX_IO_QUEUE_SET_STATE
◆ _FX_IO_QUEUE_STATE
| Enumerator |
|---|
| FxIoQueueAcceptRequests | |
| FxIoQueueDispatchRequests | |
| FxIoQueueNoRequests | |
| FxIoQueueDriverNoRequests | |
| FxIoQueuePnpHeld | |
| FxIoQueueShutdown | |
Definition at line 208 of file fxioqueue.hpp.
208 {
209
210
211
217
218
219
220
221
222
223
224
225
226
227
228
@ FxIoQueueDispatchRequests
@ FxIoQueueAcceptRequests
@ FxIoQueueDriverNoRequests
enum _FX_IO_QUEUE_STATE FX_IO_QUEUE_STATE
@ WdfIoQueueDriverNoRequests
@ WdfIoQueueAcceptRequests
@ WdfIoQueueDispatchRequests
◆ FxIoQueueNodeType
| Enumerator |
|---|
| FxIoQueueNodeTypeInvalid | |
| FxIoQueueNodeTypeQueue | |
| FxIoQueueNodeTypeBookmark | |
| FxIoQueueNodeTypeLast | |
Definition at line 44 of file fxioqueue.hpp.
44 {
49};
@ FxIoQueueNodeTypeInvalid
@ FxIoQueueNodeTypeBookmark
◆ FxIoQueuePowerState
| Enumerator |
|---|
| FxIoQueuePowerInvalid | |
| FxIoQueuePowerOn | |
| FxIoQueuePowerOff | |
| FxIoQueuePowerStartingTransition | |
| FxIoQueuePowerStopping | |
| FxIoQueuePowerStoppingNotifyingDriver | |
| FxIoQueuePowerStoppingDriverNotified | |
| FxIoQueuePowerPurge | |
| FxIoQueuePowerPurgeNotifyingDriver | |
| FxIoQueuePowerPurgeDriverNotified | |
| FxIoQueuePowerRestarting | |
| FxIoQueuePowerRestartingNotifyingDriver | |
| FxIoQueuePowerRestartingDriverNotified | |
| FxIoQueuePowerLast | |
Definition at line 130 of file fxioqueue.hpp.
130 {
@ FxIoQueuePowerStartingTransition
@ FxIoQueuePowerPurgeDriverNotified
@ FxIoQueuePowerRestarting
@ FxIoQueuePowerStoppingDriverNotified
@ FxIoQueuePowerRestartingNotifyingDriver
@ FxIoQueuePowerStoppingNotifyingDriver
@ FxIoQueuePowerPurgeNotifyingDriver
@ FxIoQueuePowerRestartingDriverNotified
enum FxIoQueuePowerState FXIOQUEUE_POWER_STATE