Home
last modified time | relevance | path

Searched refs:cUserPerm (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dordinal.c5059 …SCRIPTOR WINAPI GetShellSecurityDescriptor(const PSHELL_USER_PERMISSION *apUserPerm, int cUserPerm) in GetShellSecurityDescriptor() argument
5068 TRACE("%p %d\n", apUserPerm, cUserPerm); in GetShellSecurityDescriptor()
5070 if (apUserPerm == NULL || cUserPerm <= 0) in GetShellSecurityDescriptor()
5073 sidlist = HeapAlloc(GetProcessHeap(), 0, cUserPerm * sizeof(PSID)); in GetShellSecurityDescriptor()
5079 for(sid_count = 0; sid_count < cUserPerm; sid_count++) in GetShellSecurityDescriptor()