FS_BPIO_INFO结构 (ntifs.h)
FS_BPIO_INFO 结构提供有关卷的 BypassIO 状态的信息。
语法
typedef struct _FS_BPIO_INFO {
ULONG ActiveBypassIoCount;
USHORT StorageDriverNameLen;
WCHAR StorageDriverName[32];
} FS_BPIO_INFO, *PFS_BPIO_INFO;
成员
ActiveBypassIoCount
当前打开的已启用 BypassIO 的文件数。
StorageDriverNameLen
接收 存储在 StorageDriverName 中的字符串的长度(以字符为单位)。
StorageDriverName[32]
接收一个字符串,该字符串指定此卷的存储驱动程序的名称。
注解
当 请求的 BypassIO 操作 FS_BPIO_OP_GET_INFO时,在 FS_BPIO_OPERATIONS 结构中,当请求的 BypassIO 操作 FS_BPIO_OP_ENABLE或FS_BPIO_OP_QUERY 时,将返回 FS_BPIO_INFO。
有关详细信息,请参阅有关筛选器驱动程序的 BypassIO 和支持 BypassIO 操作。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 11 |
标头 | ntifs.h |