Scroll to navigation

SfcIsFileProtected(3w) Wine API SfcIsFileProtected(3w)

NAME

SfcIsFileProtected (SFC_OS.@)

SYNOPSIS

BOOL SfcIsFileProtected
(
HANDLE RpcHandle,
LPCWSTR ProtFileName
)
 

DESCRIPTION

Check, if the given File is protected by the System.
 

PARAMS

RpcHandle [In] This must be NULL.
ProtFileName [In] Filename with Path to check.
 

RETURNS

Failure: FALSE with GetLastError(3w) != ERROR_FILE_NOT_FOUND
Success: TRUE, when the File is Protected FALSE with GetLastError(3w) == ERROR_FILE_NOT_FOUND, when the File is not Protected.
 

BUGS

We return always the Result for: "File is not Protected"
 

IMPLEMENTATION

Declared in "sfc.h".
Implemented in "dlls/sfc_os/sfc_os.c".
Debug channel "sfc".
Oct 2012 Wine API