Searched refs:cUserPerm (Results 1 – 1 of 1) sorted by relevance
5059 …SCRIPTOR WINAPI GetShellSecurityDescriptor(const PSHELL_USER_PERMISSION *apUserPerm, int cUserPerm) in GetShellSecurityDescriptor() argument5068 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()