Home
last modified time | relevance | path

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

/reactos/dll/win32/powrprof/
H A Dpowrprof.c854 SECURITY_DESCRIPTOR AbsSd; in CreatePowrProfSemaphoreSecurity() local
886 if (!InitializeSecurityDescriptor(&AbsSd, SECURITY_DESCRIPTOR_REVISION)) in CreatePowrProfSemaphoreSecurity()
931 if (!SetSecurityDescriptorDacl(&AbsSd, TRUE, Dacl, FALSE)) in CreatePowrProfSemaphoreSecurity()
936 if (!SetSecurityDescriptorOwner(&AbsSd, AdminsSid, FALSE)) in CreatePowrProfSemaphoreSecurity()
941 if (!SetSecurityDescriptorGroup(&AbsSd, SystemSid, FALSE)) in CreatePowrProfSemaphoreSecurity()
946 … if (!MakeSelfRelativeSD(&AbsSd, NULL, &RelSDSize) && GetLastError() == ERROR_INSUFFICIENT_BUFFER) in CreatePowrProfSemaphoreSecurity()
954 if (!MakeSelfRelativeSD(&AbsSd, RelSd, &RelSDSize)) in CreatePowrProfSemaphoreSecurity()