Home
last modified time | relevance | path

Searched refs:DomainNames (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/lsasrv/
H A Dlookup.c896 *DomainNames = DomainsBuffer; in LsapSplitNames()
1175 if (DomainNames[i].Length != 0) in LsapLookupIsolatedNames()
1359 if (DomainNames[i].Length != 0) in LsapLookupIsolatedBuiltinNames()
1457 if (DomainNames[i].Length != 0) in LsapLookupIsolatedAccountNames()
1533 if (DomainNames[i].Length == 0) in LsapLookupFullyQualifiedWellKnownNames()
1661 if (DomainNames[i].Length == 0) in LsapLookupBuiltinNames()
1758 if (DomainNames[i].Length == 0) in LsapLookupAccountNames()
1824 PRPC_UNICODE_STRING DomainNames = NULL; in LsapLookupNames() local
1874 &DomainNames, in LsapLookupNames()
1991 if (DomainNames != NULL) in LsapLookupNames()
[all …]
/reactos/dll/win32/netapi32/
H A Dnetlogon.c1473 _Out_ LPWSTR *DomainNames) in NetEnumerateTrustedDomains() argument
1479 debugstr_w(ServerName), DomainNames); in NetEnumerateTrustedDomains()
1487 *DomainNames = (LPWSTR)DomainNameBuffer.DomainNames; in NetEnumerateTrustedDomains()
/reactos/sdk/include/reactos/idl/
H A Dnetlogon.idl729 [unique, size_is(DomainNameByteCount)] UCHAR *DomainNames;