Sdílet prostřednictvím


2.2.1.7.4 NETLOGON_INFO_3

The NETLOGON_INFO_3 structure defines information 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 return the number of NTLM logons attempted on the queried server since the last restart.

 typedef struct _NETLOGON_INFO_3 {
   DWORD netlog3_flags;
   DWORD netlog3_logon_attempts;
   DWORD netlog3_reserved1;
   DWORD netlog3_reserved2;
   DWORD netlog3_reserved3;
   DWORD netlog3_reserved4;
   DWORD netlog3_reserved5;
 } NETLOGON_INFO_3,
  *PNETLOGON_INFO_3;

netlog3_flags: MUST be set to zero and MUST be ignored on receipt.

netlog3_logon_attempts: The number of NTLM logon attempts made on the server since the last restart.

netlog3_reserved1: MUST be set to zero and MUST be ignored on receipt.

netlog3_reserved2: MUST be set to zero and MUST be ignored on receipt.

netlog3_reserved3: MUST be set to zero and MUST be ignored on receipt.

netlog3_reserved4: MUST be set to zero and MUST be ignored on receipt.

netlog3_reserved5: MUST be set to zero and MUST be ignored on receipt.