.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SfcIsFileProtected 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSfcIsFileProtected\fR (SFC_OS.@) .SH SYNOPSIS BOOL SfcIsFileProtected ( HANDLE \fIRpcHandle\fR, LPCWSTR \fIProtFileName\fR ) .SH DESCRIPTION .PP Check, if the given File is protected by the System. .SH PARAMS \fIRpcHandle\fR \fB[In]\fR This must be \fBNULL\fR. .PP \fIProtFileName\fR \fB[In]\fR Filename with Path to check. .PP .SH RETURNS .PP \fBFailure:\fR \fBFALSE\fR with \fBGetLastError(3w)\fR != \fBERROR_FILE_NOT_FOUND\fR .PP \fBSuccess:\fR \fBTRUE\fR, when the File is Protected \fBFALSE\fR with \fBGetLastError(3w)\fR == \fBERROR_FILE_NOT_FOUND\fR, when the File is not Protected. .SH BUGS .PP We return always the Result for: \fB"File is not Protected"\fR .SH IMPLEMENTATION .PP Declared in \fB"sfc.h"\fR. .PP Implemented in \fB"dlls/sfc_os/sfc_os.c"\fR. .PP Debug channel \fB"sfc"\fR.