Searched defs:pSD (Results 1 - 1 of 1) sorted by relevance

/httpd/os/win32/
H A Dutil_win32.c111 PSECURITY_DESCRIPTOR pSD; local
117 pSD = (PSECURITY_DESCRIPTOR) LocalAlloc(LPTR, SECURITY_DESCRIPTOR_MIN_LENGTH);
118 sa->lpSecurityDescriptor = pSD;
120 if (pSD == NULL || sa == NULL) {
124 if (!InitializeSecurityDescriptor(pSD, SECURITY_DESCRIPTOR_REVISION)
126 LocalFree( pSD );
130 if (!SetSecurityDescriptorDacl(pSD, TRUE, (PACL) NULL, FALSE)
132 LocalFree( pSD );

Completed in 2716 milliseconds