GetShellSecurityDescriptor (SHLWAPI.475)
PSECURITY_DESCRIPTOR GetShellSecurityDescriptor ( const PSHELL_USER_PERMISSION* apUserPerm, int cUserPerm )
prepares SECURITY_DESCRIPTOR from a set of ACEs.
apUserPerm | [In] | array of pointers to SHELL_USER_PERMISSION structures, each of which describes permissions to apply. |
cUserPerm | [In] | number of entries in apUserPerm array. |
success: pointer to SECURITY_DESCRIPTOR
failure: NULL.
Call should free returned descriptor with LocalFree
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.