FS_BPIO_INPUT - NtDoc

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

typedef struct _FS_BPIO_INPUT {
  FS_BPIO_OPERATIONS Operation;
  FS_BPIO_INFLAGS    InFlags;
  ULONGLONG          Reserved1;
  ULONGLONG          Reserved2;
} FS_BPIO_INPUT, *PFS_BPIO_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-fs_bpio_input)

Description

The FS_BPIO_INPUT structure specifies the requested BypassIO operation and flags for the FSCTL_MANAGE_BYPASS_IO control code.

Members

Operation

A FS_BPIO_OPERATIONS enum value that identifies the requested BypassIO operation.

InFlags

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

Reserved1

Reserved for system use. Must be set to zero.

Reserved2

Reserved for system use. Must be set to zero.

Remarks

See BypassIO for filter drivers and Supporting BypassIO operations for more information.

See also

FS_BPIO_INFLAGS

FS_BPIO_OPERATIONS

FSCTL_MANAGE_BYPASS_IO