// ntddstor.h
typedef enum _BPIO_OUTFLAGS {
BPIO_OUTFL_NONE
} BPIO_OUTFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
BPIO_OUTFLAGS defines the BypassIO output flags for the IOCTL_STORAGE_MANAGE_BYPASS_IO control code.
BPIO_OUTFL_NONENo output flag(s) are set.
See BypassIO for storage drivers for more information.
IOCTL_STORAGE_MANAGE_BYPASS_IO