Home
last modified time | relevance | path

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

/reactos/dll/win32/lsasrv/
H A Ddssetup.c44 PLSAPR_POLICY_INFORMATION PolicyInfo; in DsRolepGetBasicInfo() local
63 &PolicyInfo); in DsRolepGetBasicInfo()
73 PolicyInfo->PolicyAccountDomainInfo.DomainName.Length + sizeof(WCHAR); in DsRolepGetBasicInfo()
79 PolicyInfo); in DsRolepGetBasicInfo()
86 wcscpy(Buffer->DomainNameFlat, PolicyInfo->PolicyAccountDomainInfo.DomainName.Buffer); in DsRolepGetBasicInfo()
89 PolicyInfo); in DsRolepGetBasicInfo()
/reactos/dll/win32/msv1_0/
H A Dsam.c20 PLSAPR_POLICY_INFORMATION PolicyInfo = NULL; in GetAccountDomainSid() local
33 &PolicyInfo); in GetAccountDomainSid()
40 Length = RtlLengthSid(PolicyInfo->PolicyAccountDomainInfo.Sid); in GetAccountDomainSid()
50 memcpy(*Sid, PolicyInfo->PolicyAccountDomainInfo.Sid, Length); in GetAccountDomainSid()
53 if (PolicyInfo != NULL) in GetAccountDomainSid()
55 PolicyInfo); in GetAccountDomainSid()