.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RetreiveFileSecurity 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRetreiveFileSecurity\fR (SETUPAPI.@) .SH SYNOPSIS DWORD RetreiveFileSecurity ( LPCWSTR \fIlpFileName\fR, PSECURITY_DESCRIPTOR* \fIpSecurityDescriptor\fR ) .SH DESCRIPTION .PP Retrieve the security descriptor that is associated with the given file. .SH PARAMS \fIlpFileName\fR \fB[In]\fR Name of the file. .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.