FS_BPIO_OPERATIONS ntifs.h (列舉)
FS_BPIO_OPERATIONS 定義 FSCTL_MANAGE_BYPASS_IO 控件程式代碼所支援的各種 BypassIO 作業。
Syntax
typedef enum _FS_BPIO_OPERATIONS {
FS_BPIO_OP_ENABLE = 1,
FS_BPIO_OP_DISABLE = 2,
FS_BPIO_OP_QUERY = 3,
FS_BPIO_OP_VOLUME_STACK_PAUSE = 4,
FS_BPIO_OP_VOLUME_STACK_RESUME = 5,
FS_BPIO_OP_STREAM_PAUSE = 6,
FS_BPIO_OP_STREAM_RESUME = 7,
FS_BPIO_OP_GET_INFO = 8,
FS_BPIO_OP_MAX_OPERATION
} FS_BPIO_OPERATIONS;
常數
FS_BPIO_OP_ENABLE 值: 1 針對指定的檔案啟用 BypassIO 的要求,這表示驅動程式可能不會看到該檔案的所有非快取讀取。 |
FS_BPIO_OP_DISABLE 值: 2 通知篩選和文件系統,在指定的檔案上停用 BypassIO。 |
FS_BPIO_OP_QUERY 值: 3 查詢是否可針對指定的檔案啟用 BypassIO。 |
FS_BPIO_OP_VOLUME_STACK_PAUSE 值: 4 要求在指定的磁碟區/記憶體堆疊上暫停 BypassIO。 |
FS_BPIO_OP_VOLUME_STACK_RESUME 值: 5 在指定的磁碟區上繼續略過IO處理的要求。 |
FS_BPIO_OP_STREAM_PAUSE 值: 6 在數據流上暫停 BypassIO 處理的要求。 |
FS_BPIO_OP_STREAM_RESUME 值: 7 在數據流上繼續略過IO處理的要求。 |
FS_BPIO_OP_GET_INFO 值: 8 要求磁碟區之 BypassIO 狀態的相關信息。 |
FS_BPIO_OP_MAX_OPERATION 有效的 BypassIO 作業值小於此值。 |
備註
如需詳細資訊,請參閱 Filter 驅動程式 的 BypassIO 和支援 BypassIO 作業 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 11 |
標頭 | ntifs.h |