FsRtlSupportsPerFileContexts 宏 (ntifs.h)
FsRtlSupportsPerFileContexts 宏检查与指定FILE_OBJECT关联的文件系统是否支持每个文件上下文信息。
语法
void FsRtlSupportsPerFileContexts(
_fo
);
参数
_fo
与要检查的文件系统关联的FILE_OBJECT。
返回值
无
备注
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
目标平台 | 桌面 |
标头 | ntifs.h (包括 FltKernel.h、Ntifs.h) |
IRQL | 任意 |