NETLOGON_INFO_1 structure (lmaccess.h)
The NETLOGON_INFO_1 structure defines a level-1 control query response from a domain controller.
Syntax
typedef struct _NETLOGON_INFO_1 {
DWORD netlog1_flags;
NET_API_STATUS netlog1_pdc_connection_status;
} NETLOGON_INFO_1, *PNETLOGON_INFO_1;
Members
netlog1_flags
An integer value that contains one or more of the following control query responses from the DC.
netlog1_pdc_connection_status
An enumerated integer value that contains a status code defined in Lmerr.h, with a value greater than 2100. This value applies only to backup domain controllers, and shows the status of the secure channel connection to the PDC in their domain.
Requirements
Requirement | Value |
---|---|
Header | lmaccess.h |