CLUSTER_NETWORK_ENUM enumeration (clusapi.h)

Describes the type of cluster object being enumerated by the ClusterNetworkEnum and ClusterNetworkOpenEnum functions.

Syntax

typedef enum CLUSTER_NETWORK_ENUM {
  CLUSTER_NETWORK_ENUM_NETINTERFACES = 0x00000001,
  CLUSTER_NETWORK_ENUM_ALL
} ;

Constants

 
CLUSTER_NETWORK_ENUM_NETINTERFACES
Value: 0x00000001
The object is a network interface.
CLUSTER_NETWORK_ENUM_ALL
All cluster objects on the network.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

ClusterNetworkEnum

ClusterNetworkOpenEnum

Failover Cluster Enumerations