.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetShellSecurityDescriptor 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetShellSecurityDescriptor\fR (SHLWAPI.475) .SH SYNOPSIS PSECURITY_DESCRIPTOR GetShellSecurityDescriptor ( PSHELL_USER_PERMISSION* \fIapUserPerm\fR, int \fIcUserPerm\fR ) .SH DESCRIPTION .PP prepares \fBSECURITY_DESCRIPTOR\fR from a set of ACEs. .SH PARAMS \fIapUserPerm\fR \fB[In]\fR array of pointers to \fBSHELL_USER_PERMISSION\fR structures, each of which describes permissions to apply. .PP \fIcUserPerm\fR \fB[In]\fR number of entries in \fIapUserPerm\fR array. .PP .SH RETURNS .PP \fBsuccess:\fR pointer to \fBSECURITY_DESCRIPTOR\fR .PP \fBfailure:\fR \fBNULL\fR. .SH NOTES .PP Call should free returned descriptor with LocalFree .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.