NETLOGON_INFO_4 structure (lmaccess.h)

The NETLOGON_INFO_4 structure defines a level-4 control query response from a domain controller.

Syntax

typedef struct _NETLOGON_INFO_4 {
#if ...
  wchar_t *netlog4_trusted_dc_name;
#if ...
  wchar_t *netlog4_trusted_domain_name;
#else
  LPWSTR  netlog4_trusted_dc_name;
#endif
#else
  LPWSTR  netlog4_trusted_domain_name;
#endif
} NETLOGON_INFO_4, *PNETLOGON_INFO_4;

Members

netlog4_trusted_dc_name

A marshaled pointer to a string that contains the trusted domain controller name.

netlog4_trusted_domain_name

A marshaled pointer to a string that contains the trusted domain name.

Requirements

Requirement Value
Header lmaccess.h

See also

I_NetLogonControl2