NETLOGON_INFO_2 structure (lmaccess.h)
The NETLOGON_INFO_2 structure defines a level-2 control query response from a domain controller.
Syntax
typedef struct _NETLOGON_INFO_2 {
DWORD netlog2_flags;
NET_API_STATUS netlog2_pdc_connection_status;
#if ...
wchar_t *netlog2_trusted_dc_name;
#else
LPWSTR netlog2_trusted_dc_name;
#endif
NET_API_STATUS netlog2_tc_connection_status;
} NETLOGON_INFO_2, *PNETLOGON_INFO_2;
Members
netlog2_flags
An integer value that contains one or more of the following control query responses from the DC.
netlog2_pdc_connection_status
An enumerated integer value that contains a status code defined in Lmerr.h, with a value greater than 2100. If NETLOGON_VERIFY_STATUS_RETURNED is set in netlog2_flags, this value represents the trust verification status of all domain members collectively.
netlog2_trusted_dc_name
A marshaled pointer to a string that contains the name of the trusted domain controller.
netlog2_tc_connection_status
An enumerated integer value that contains a status code defined in Lmerr.h, with a value greater than 2100. This code shows the status of the secure channel to the specified trusted DC.
Requirements
Requirement | Value |
---|---|
Header | lmaccess.h |