BPIO_INFLAGS - NtDoc

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

typedef enum _BPIO_INFLAGS {
  BPIO_INFL_NONE
} BPIO_INFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Constants

BPIO_INFL_NONE

No input flag(s) are set.

Remarks

See BypassIO for storage drivers for more information.

See also

BPIO_INPUT

IOCTL_STORAGE_MANAGE_BYPASS_IO