The NETLOGON_TRUSTED_DOMAIN_ARRAY structure SHOULD<58> define information returned by the NetrEnumerateTrustedDomainsEx method, as specified in section 3.5.4.7.2.
typedef struct _NETLOGON_TRUSTED_DOMAIN_ARRAY {
DWORD DomainCount;
[size_is(DomainCount)] PDS_DOMAIN_TRUSTSW Domains;
} NETLOGON_TRUSTED_DOMAIN_ARRAY,
*PNETLOGON_TRUSTED_DOMAIN_ARRAY;
DomainCount: The number of entries in the Domains field.
Domains: An array of DS_DOMAIN_TRUSTSW structures (section 2.2.1.6.2) that describe domains trusted by the server processing the NetrEnumerateTrustedDomainsEx method call.