BPIO_INPUT - NtDoc

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

typedef struct _BPIO_INPUT {
  ULONG           Version;
  ULONG           Size;
  BPIO_OPERATIONS Operation;
  BPIO_INFLAGS    InFlags;
  ULONGLONG       Reserved2;
} BPIO_INPUT, *PBPIO_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-bpio_input)

Description

The BPIO_INPUT structure specifies the requested BypassIO operation and flags for the IOCTL_STORAGE_MANAGE_BYPASS_IO control code.

Members

Version

The version of this structure. Set to sizeof(BPIO_INPUT).

Size

The size of this structure plus all of its variable-sized fields, in bytes.

Operation

A BPIO_OPERATIONS enum value that identifies the requested BypassIO operation.

InFlags

A BPIO_INFLAGS enum value that specifies the input flags for the operation.

Reserved2

Reserved for system use. Must be set to zero.

Remarks

See BypassIO for storage drivers for more information.

See also

BPIO_INFLAGS

BPIO_OPERATIONS

IOCTL_STORAGE_MANAGE_BYPASS_IO