次の方法で共有


NETLOGON_INFO_3 構造体 (lmaccess.h)

NETLOGON_INFO_3構造体は、ドメイン コントローラーからのレベル 3 の制御クエリ応答を定義します。

構文

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

DC からの次の制御クエリ応答のうち 1 つ以上を含む整数値。

説明
NETLOGON_REPLICATION_NEEDED
0x00000001
サポートされていません。
NETLOGON_REPLICATION_IN_PROGRESS
0x00000002
サポートされていません。
NETLOGON_FULL_SYNC_REPLICATION
0x00000004
サポートされていません。
NETLOGON_REDO_NEEDED
0x00000008
サポートされていません。
NETLOGON_HAS_IP
0x00000010
信頼されたドメイン DC には IP アドレスがあります。
NETLOGON_HAS_TIMESERV
0x00000020
信頼されたドメイン DC は、Windows タイム サービスを実行します。
NETLOGON_DNS_UPDATE_FAILURE
0x00000040
DC 上の DNS レコードの最終更新に失敗しました。

netlog3_logon_attempts

ドメインに対して行われたログオン試行の数。

netlog3_reserved1

予約済みの値。

netlog3_reserved2

予約済みの値。

netlog3_reserved3

予約済みの値。

netlog3_reserved4

予約済みの値。

netlog3_reserved5

予約済みの値。

必要条件

   
Header lmaccess.h

関連項目

I_NetLogonControl2