Searched refs:GetSecurityDescriptorOwner (Results 1 – 12 of 12) sorted by relevance
/reactos/win32ss/printing/base/winspool/ |
H A D | utils.c | 299 if ( !GetSecurityDescriptorOwner( sd, &sid_owner, &bSet ) ) in get_sd()
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | ShellCommandOwner.cpp | 152 if (!GetSecurityDescriptorOwner(pSecurityDescriptor,&psidOwner,&blnOwnerDefaulted)) in Execute()
|
/reactos/dll/win32/advapi32/sec/ |
H A D | sec.c | 103 GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR pSecurityDescriptor, in GetSecurityDescriptorOwner() function
|
/reactos/base/services/nfsd/ |
H A D | acl.c | 704 status = GetSecurityDescriptorOwner(args->sec_desc, &sid, &sid_default); in handle_setacl() 749 status = GetSecurityDescriptorOwner(args->sec_desc, &sid, &sid_default); in handle_setacl()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 262 res = GetSecurityDescriptorOwner(queriedSD, &owner, &owner_defaulted); in test_owner_equal() 2799 ok(GetSecurityDescriptorOwner(&sd, &psid, &isDefault), "GetSecurityDescriptorOwner failed\n"); in test_security_descriptor() 2812 … ok(GetSecurityDescriptorOwner(&sd, &psid, &isDefault), "GetSecurityDescriptorOwner failed\n"); in test_security_descriptor() 4068 bret = GetSecurityDescriptorOwner(pSD, &owner, &owner_defaulted); in test_GetNamedSecurityInfoA() 4302 bret = GetSecurityDescriptorOwner(pSD, &owner, &owner_defaulted); in test_GetNamedSecurityInfoA() 5034 bret = GetSecurityDescriptorOwner(pSD, &owner, &owner_defaulted); in test_GetSecurityInfo() 5601 ret = GetSecurityDescriptorOwner(sd, &sid, &defaulted); in validate_default_security_descriptor() 6549 ret = GetSecurityDescriptorOwner( sd, &owner, &defaulted ); in test_default_dacl_owner_sid() 7253 ret = GetSecurityDescriptorOwner(sd, (void **)&sid, &defaulted); in test_token_label()
|
/reactos/dll/win32/ntmarta/ |
H A D | ntmarta.c | 772 if (!GetSecurityDescriptorOwner(pSD, in AccRewriteGetHandleRights()
|
/reactos/dll/win32/aclui/ |
H A D | aclui.c | 524 if (GetSecurityDescriptorOwner(SecurityDescriptor, in ReloadPrincipalsList()
|
/reactos/dll/win32/advapi32/ |
H A D | advapi32.spec | 279 @ stdcall GetSecurityDescriptorOwner(ptr ptr ptr)
|
/reactos/dll/win32/setupapi/ |
H A D | queue.c | 1462 if (GetSecurityDescriptorOwner( op->dst_sd, &psidOwner, &dummy ) && psidOwner) in SetupCommitFileQueueW()
|
/reactos/dll/win32/advapi32/wine/ |
H A D | security.c | 3356 if (!GetSecurityDescriptorOwner(SecurityDescriptor, &psid, &bDefaulted)) in DumpOwner()
|
/reactos/dll/win32/rsaenh/ |
H A D | rsaenh.c | 4422 … if ((dwFlags & OWNER_SECURITY_INFORMATION && !GetSecurityDescriptorOwner(sd, &owner, &def)) || in RSAENH_CPSetProvParam()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2427 BOOL WINAPI GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID*,LPBOOL);
|