IO_ACCESS_MODE enumeration (wdm.h)
Defines the types of access mode for Scheduled File I/O (SFIO).
Syntax
typedef enum _IO_ACCESS_MODE {
SequentialAccess,
RandomAccess
} IO_ACCESS_MODE;
Constants
SequentialAccess Indicates that the input/output will be sent down in a sequential order. |
RandomAccess Indicates that the input/output might not be in a predictable order. |
Requirements
Requirement | Value |
---|---|
Header | wdm.h (include Wdm.h, Ntddsfio.h) |