次の方法で共有


CLUSTER_ROLE_STATE 列挙 (resapi.h)

ResUtilGetClusterRoleState 関数の潜在的な戻り値を定義します。

構文

typedef enum _CLUSTER_ROLE_STATE {
  ClusterRoleUnknown = -1,
  ClusterRoleClustered,
  ClusterRoleUnclustered
} CLUSTER_ROLE_STATE;

定数

 
ClusterRoleUnknown
値: -1
ロールがクラスター化されているかどうかは不明です。
ClusterRoleClustered
ロールはクラスター化されます。
ClusterRoleUnclustered
ロールがクラスター化されていません。

要件

要件
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008 Datacenter、Windows Server 2008 Enterprise
Header resapi.h

こちらもご覧ください

フェールオーバー クラスターの列挙

ResUtilGetClusterRoleState