Searched refs:LookupAccountSid (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/advapi32/ |
H A D | advapi32.h | 82 /* 2D4 */PVOID LookupAccountSid; member 164 #define AccLookupAccountSid NtMartaStatic.LookupAccountSid
|
/reactos/base/applications/cacls/ |
H A D | cacls.c | 119 if (!LookupAccountSid(NULL, in PrintFileDacl() 153 if (!LookupAccountSid(NULL, in PrintFileDacl()
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | ShellCommandOwner.cpp | 195 …if (!LookupAccountSid(NULL,psidOwner,pchName,&dwNameLength,pchDomainName,&dwDomainNameLength,&Use)) in Execute()
|
H A D | ShellCommandDACL.cpp | 236 … if (!LookupAccountSid(NULL,pSID,pchName,&dwNameLength,pchDomainName,&dwDomainNameLength,&Use)) in Execute()
|
H A D | ShellCommandSACL.cpp | 341 if (!LookupAccountSid(NULL,pSID,pszName,&dwNameLength,pszDomainName,&dwDomainNameLength,&Use)) in Execute()
|
/reactos/base/services/nfsd/ |
H A D | acl.c | 574 status = LookupAccountSid(NULL, sid, who, &size, tmp_buf, in map_nfs4ace_who() 592 status = LookupAccountSid(NULL, sid, who, &size, tmp_buf, in map_nfs4ace_who()
|
/reactos/dll/win32/advapi32/sec/ |
H A D | misc.c | 51 FindNtMartaProc(LookupAccountSid); in LoadAndInitializeNtMarta()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3683 #define LookupAccountSid LookupAccountSidW macro 3892 #define LookupAccountSid LookupAccountSidA macro
|