SfcIsFileProtected.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "sfc.h".

Implemented in "dlls/sfc_os/sfc_os.c".

Debug channel "sfc".