Searched refs:ppsd (Results 1 – 2 of 2) sorted by relevance
309 extern "C" DWORD alloc_own_security_descriptor_NT(PSECURITY_DESCRIPTOR* ppsd) { in alloc_own_security_descriptor_NT() argument318 *ppsd = 0; in alloc_own_security_descriptor_NT()378 *ppsd = (PSECURITY_DESCRIPTOR) malloc_alloc_p(size); in alloc_own_security_descriptor_NT()379 if (!*ppsd) status = GetLastError(); in alloc_own_security_descriptor_NT()383 if (!MakeSelfRelativeSD(&sd, *ppsd, &size)) status = GetLastError(); in alloc_own_security_descriptor_NT()390 if (status && *ppsd) free_alloc_p(ppsd); in alloc_own_security_descriptor_NT()
59 PSECURITY_DESCRIPTOR* ppsd