SfcIsFileProtected function
Determines whether the specified file is protected. Applications should avoid replacing protected system files.
Syntax
BOOL SfcIsFileProtected( _In_ HANDLE RpcHandle, _In_ LPCWSTR ProtFileName );
Parameters
- RpcHandle [in]
-
This parameter must be NULL.
- ProtFileName [in]
-
The name of the file.
Return value
If the file is protected, the return value is a nonzero value.
If the file is not protected, the return value is zero.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: