IORequestPacketFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum IORequestPacketFlags
type IORequestPacketFlags =
Public Enum IORequestPacketFlags
- Inheritance
-
IORequestPacketFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
NonCached | 1 | |
Paging | 2 | |
Synchronous | 4 | |
IsAssociatedIORequestPacket | 8 | |
Buffered | 16 | |
DeallocateBuffer | 32 | |
SynchronousPaging | 64 | |
CreateOperation | 128 | |
ReadOperation | 256 | |
WriteOperation | 512 | |
CloseOperation | 1024 | |
DeferCompletion | 2048 | |
AsynchronousNameQuery | 4096 | |
HoldDeviceQueue | 8192 |
Remarks
See the documentation on the IRP structure's Flags field for documentation on these values.