.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetFileSecurityW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetFileSecurityW\fR (ADVAPI32.@) .SH SYNOPSIS BOOL SetFileSecurityW ( LPCWSTR \fIlpFileName\fR, SECURITY_INFORMATION \fIRequestedInformation\fR, PSECURITY_DESCRIPTOR \fIpSecurityDescriptor\fR ) .SH DESCRIPTION .PP Sets the security of a file or directory. .SH PARAMS \fIlpFileName\fR [] .PP \fIRequestedInformation\fR [] .PP \fIpSecurityDescriptor\fR []. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/advapi32/security.c"\fR. .PP Debug channel \fB"advapi"\fR.