Home
last modified time | relevance | path

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

/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/rfb_win32/
H A DSecurity.cxx166 SECURITY_DESCRIPTOR absSD; in CreateSdWithDacl() local
167 if (!InitializeSecurityDescriptor(&absSD, SECURITY_DESCRIPTOR_REVISION)) in CreateSdWithDacl()
170 if (!SetSecurityDescriptorOwner(&absSD, owner, FALSE)) in CreateSdWithDacl()
173 if (!SetSecurityDescriptorGroup(&absSD, group, FALSE)) in CreateSdWithDacl()
175 if (!SetSecurityDescriptorDacl(&absSD, TRUE, dacl, FALSE)) in CreateSdWithDacl()
177 DWORD sdSize = GetSecurityDescriptorLength(&absSD); in CreateSdWithDacl()
179 if (!MakeSelfRelativeSD(&absSD, (PSECURITY_DESCRIPTOR)sd.ptr, &sdSize)) in CreateSdWithDacl()
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/
H A DSecurity.cxx166 SECURITY_DESCRIPTOR absSD; in CreateSdWithDacl() local
167 if (!InitializeSecurityDescriptor(&absSD, SECURITY_DESCRIPTOR_REVISION)) in CreateSdWithDacl()
170 if (!SetSecurityDescriptorOwner(&absSD, owner, FALSE)) in CreateSdWithDacl()
173 if (!SetSecurityDescriptorGroup(&absSD, group, FALSE)) in CreateSdWithDacl()
175 if (!SetSecurityDescriptorDacl(&absSD, TRUE, dacl, FALSE)) in CreateSdWithDacl()
177 DWORD sdSize = GetSecurityDescriptorLength(&absSD); in CreateSdWithDacl()
179 if (!MakeSelfRelativeSD(&absSD, (PSECURITY_DESCRIPTOR)sd.ptr, &sdSize)) in CreateSdWithDacl()