Home
last modified time | relevance | path

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

/reactos/win32ss/printing/base/winspool/
H A Dutils.c299 if ( !GetSecurityDescriptorOwner( sd, &sid_owner, &bSet ) ) in get_sd()
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandOwner.cpp152 if (!GetSecurityDescriptorOwner(pSecurityDescriptor,&psidOwner,&blnOwnerDefaulted)) in Execute()
/reactos/dll/win32/advapi32/sec/
H A Dsec.c103 GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR pSecurityDescriptor, in GetSecurityDescriptorOwner() function
/reactos/base/services/nfsd/
H A Dacl.c704 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 Dsecurity.c262 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 Dntmarta.c772 if (!GetSecurityDescriptorOwner(pSD, in AccRewriteGetHandleRights()
/reactos/dll/win32/aclui/
H A Daclui.c524 if (GetSecurityDescriptorOwner(SecurityDescriptor, in ReloadPrincipalsList()
/reactos/dll/win32/advapi32/
H A Dadvapi32.spec279 @ stdcall GetSecurityDescriptorOwner(ptr ptr ptr)
/reactos/dll/win32/setupapi/
H A Dqueue.c1462 if (GetSecurityDescriptorOwner( op->dst_sd, &psidOwner, &dummy ) && psidOwner) in SetupCommitFileQueueW()
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c3356 if (!GetSecurityDescriptorOwner(SecurityDescriptor, &psid, &bDefaulted)) in DumpOwner()
/reactos/dll/win32/rsaenh/
H A Drsaenh.c4422 … if ((dwFlags & OWNER_SECURITY_INFORMATION && !GetSecurityDescriptorOwner(sd, &owner, &def)) || in RSAENH_CPSetProvParam()
/reactos/sdk/include/psdk/
H A Dwinbase.h2427 BOOL WINAPI GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID*,LPBOOL);