2.2.1.7.5 NETLOGON_INFO_4

The NETLOGON_INFO_4 structure defines information that is returned as part of an administrative query of the status of the Netlogon server, as detailed in the description of the NetrLogonControl2Ex method in section 3.5.4.9.1. This structure is used to convey information about the status and properties of the secure channel to a DC in the primary or directly trusted domain containing the user account specified by the caller of the NetrLogonControl2Ex method.

 typedef struct _NETLOGON_INFO_4 {
   [string] wchar_t* netlog4_trusted_dc_name;
   [string] wchar_t* netlog4_trusted_domain_name;
 } NETLOGON_INFO_4,
  *PNETLOGON_INFO_4;

netlog4_trusted_dc_name: A pointer to a null-terminated Unicode string that contains the DNS or NetBIOS name of a DC that is used on the secure channel for the primary or directly trusted domain containing the specified user account. The name is the FQDN if the DC was discovered using the discovery mechanism based on the DNS query and LDAP ping ([MS-ADTS] section 6.3.3). The name is the NetBIOS name if the DC was discovered using the mailslot-based mechanism ([MS-ADTS] section 6.3.5).

netlog4_trusted_domain_name: A pointer to a null-terminated Unicode string that contains the NetBIOS name of the primary or directly trusted domain containing the specified user account.