CLUSTER_RESOURCE_ENUM enumeration (msclus.h)
Describes the type of cluster object being enumerated by the ClusterResourceEnum or ClusterResourceOpenEnum functions.
Syntax
typedef enum CLUSTER_RESOURCE_ENUM {
CLUSTER_RESOURCE_ENUM_DEPENDS = 0x1,
CLUSTER_RESOURCE_ENUM_PROVIDES = 0x2,
CLUSTER_RESOURCE_ENUM_NODES = 0x4,
CLUSTER_RESOURCE_ENUM_ALL
} ;
Constants
CLUSTER_RESOURCE_ENUM_DEPENDS Value: 0x1 A resource that the resource identified by the ClusterResourceEnum or ClusterResourceOpenEnum functions directly depends on. |
CLUSTER_RESOURCE_ENUM_PROVIDES Value: 0x2 A resource that directly depends on the resource identified by the ClusterResourceEnum or ClusterResourceOpenEnum functions. |
CLUSTER_RESOURCE_ENUM_NODES Value: 0x4 A node that can host the resource identified by the ClusterResourceEnum or ClusterResourceOpenEnum functions. |
CLUSTER_RESOURCE_ENUM_ALL All nodes and resources identified by the ClusterResourceEnum or ClusterResourceOpenEnum functions. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | msclus.h |