.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StampFileSecurity 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStampFileSecurity\fR (SETUPAPI.@) .SH SYNOPSIS DWORD StampFileSecurity ( LPCWSTR \fIlpFileName\fR, PSECURITY_DESCRIPTOR \fIpSecurityDescriptor\fR ) .SH DESCRIPTION .PP Assign a new security descriptor to the given file. .SH PARAMS \fIlpFileName\fR \fB[In]\fR Name of the file. .PP \fIpSecurityDescriptor\fR \fB[In]\fR New security descriptor. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR other .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.