BPIO_OUTFLAGS enumeration (ntddstor.h)

BPIO_OUTFLAGS defines the BypassIO output flags for the IOCTL_STORAGE_MANAGE_BYPASS_IO control code.

Syntax

typedef enum _BPIO_OUTFLAGS {
  BPIO_OUTFL_NONE
} BPIO_OUTFLAGS;

Constants

 
BPIO_OUTFL_NONE
No output 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_OUTPUT

IOCTL_STORAGE_MANAGE_BYPASS_IO