IO_ACCESS_TYPE enumeration (wdm.h)

Defines the access rights for Scheduled File I/O (SFIO).

Syntax

typedef enum _IO_ACCESS_TYPE {
  ReadAccess,
  WriteAccess,
  ModifyAccess
} IO_ACCESS_TYPE;

Constants

 
ReadAccess
Indicates that the input/output will be comprised solely of reads.
WriteAccess
Indicates that the input/output will be comprised solely of writes.
ModifyAccess
Indicates that the input/output will be comprised of reads and writes.

Requirements

Requirement Value
Header wdm.h (include Ntddsfio.h)