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 つ以上を含む整数値。
netlog3_logon_attempts
ドメインに対して行われたログオン試行の数。
netlog3_reserved1
予約済みの値。
netlog3_reserved2
予約済みの値。
netlog3_reserved3
予約済みの値。
netlog3_reserved4
予約済みの値。
netlog3_reserved5
予約済みの値。
必要条件
Header | lmaccess.h |