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.
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.
enum _FX_IO_QUEUE_STATE FX_IO_QUEUE_STATE
◆ FxIoQueueNodeType
Enumerator |
---|
FxIoQueueNodeTypeInvalid | |
FxIoQueueNodeTypeQueue | |
FxIoQueueNodeTypeBookmark | |
FxIoQueueNodeTypeLast | |
Definition at line 44 of file fxioqueue.hpp.
◆ FxIoQueuePowerState
Enumerator |
---|
FxIoQueuePowerInvalid | |
FxIoQueuePowerOn | |
FxIoQueuePowerOff | |
FxIoQueuePowerStartingTransition | |
FxIoQueuePowerStopping | |
FxIoQueuePowerStoppingNotifyingDriver | |
FxIoQueuePowerStoppingDriverNotified | |
FxIoQueuePowerPurge | |
FxIoQueuePowerPurgeNotifyingDriver | |
FxIoQueuePowerPurgeDriverNotified | |
FxIoQueuePowerRestarting | |
FxIoQueuePowerRestartingNotifyingDriver | |
FxIoQueuePowerRestartingDriverNotified | |
FxIoQueuePowerLast | |
Definition at line 130 of file fxioqueue.hpp.
enum FxIoQueuePowerState FXIOQUEUE_POWER_STATE