SfcIsFileProtected 函数 (sfc.h)
确定指定的文件是否受保护。 应用程序应避免替换受保护的系统文件。
语法
BOOL SfcIsFileProtected(
[in] HANDLE RpcHandle,
[in] LPCWSTR ProtFileName
);
参数
[in] RpcHandle
此参数必须为 NULL。
[in] ProtFileName
文件的名称。
返回值
如果文件受保护,则返回值为非零值。
如果文件不受保护,则返回值为零。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | sfc.h |
Library | Sfc.lib |
DLL | Sfc.dll |