FS_BPIO_INFO 結構 (ntifs.h)
FS_BPIO_INFO 結構提供磁碟區略過IO 狀態的相關信息。
語法
typedef struct _FS_BPIO_INFO {
ULONG ActiveBypassIoCount;
USHORT StorageDriverNameLen;
WCHAR StorageDriverName[32];
} FS_BPIO_INFO, *PFS_BPIO_INFO;
成員
ActiveBypassIoCount
已啟用 BypassIO 的檔案數目,目前已開啟。
StorageDriverNameLen
以字元接收儲存在 StorageDriverName 中的字串長度。
StorageDriverName[32]
接收指定此磁碟區之記憶體驅動程式名稱的字串。
備註
FS_BPIO_INFO 當要求的 BypassIO 作業FS_BPIO_OP_GET_INFO,而當要求的 BypassIO 作業FS_BPIO_OP_ENABLE或FS_BPIO_OP_QUERY時,則會傳回FS_BPIO_OPERATIONS 結構中。
如需詳細資訊,請參閱 BypassIO 以取得篩選驅動程式 和支援 BypassIO 作業 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 11 |
標頭 | ntifs.h |