Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
SequentialAccessIndicates that the input/output will be sent down in a sequential order. |
RandomAccessIndicates that the input/output might not be in a predictable order. |
Requirements
| Requirement | Value |
|---|---|
| Header | wdm.h (include Wdm.h, Ntddsfio.h) |
Feedback
Was this page helpful?
