BPIO_OUTFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

typedef enum _BPIO_OUTFLAGS {
  BPIO_OUTFL_NONE
} BPIO_OUTFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-bpio_outflags)

Description

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

Constants

BPIO_OUTFL_NONE

No output flag(s) are set.

Remarks

See BypassIO for storage drivers for more information.

See also

BPIO_OUTPUT

IOCTL_STORAGE_MANAGE_BYPASS_IO