Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |