BPIO_INFLAGS enumeration (ntddstor.h)

BPIO_INFLAGS defines the BypassIO input flags for the IOCTL_STORAGE_MANAGE_BYPASS_IO control code.

Syntax

typedef enum _BPIO_INFLAGS {
  BPIO_INFL_NONE
} BPIO_INFLAGS;

Constants

 
BPIO_INFL_NONE
No input flag(s) are set.

Remarks

See BypassIO for storage drivers for more information.

Requirements

Requirement Value
Minimum supported client Windows 11
Header ntddstor.h

See also

BPIO_INPUT

IOCTL_STORAGE_MANAGE_BYPASS_IO