FS_BPIO_INPUT structure (ntifs.h)
The FS_BPIO_INPUT structure specifies the requested BypassIO operation and flags for the FSCTL_MANAGE_BYPASS_IO control code.
Syntax
typedef struct _FS_BPIO_INPUT {
FS_BPIO_OPERATIONS Operation;
FS_BPIO_INFLAGS InFlags;
ULONGLONG Reserved1;
ULONGLONG Reserved2;
} FS_BPIO_INPUT, *PFS_BPIO_INPUT;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Header | ntifs.h |