GROUP_FAILURE_INFO 構造体 (msclus.h)
グループエラーの フェールオーバー 試行に関する情報を表します。
構文
typedef struct GROUP_FAILURE_INFO {
DWORD dwFailoverAttemptsRemaining;
DWORD dwFailoverPeriodRemaining;
} GROUP_FAILURE_INFO, *PGROUP_FAILURE_INFO;
メンバー
dwFailoverAttemptsRemaining
現在の FailoverPeriod 時間間隔中にグループに対して実行できる残りのフェールオーバー試行の数。
dwFailoverPeriodRemaining
FailoverPeriod の残りの時間 (時間単位)。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2012 |
Header | msclus.h |