Expand Minimize
This topic has not yet been rated - Rate this topic

CLUSTER_NETWORK_ENUM enumeration

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

Syntax


typedef enum CLUSTER_NETWORK_ENUM { 
  CLUSTER_NETWORK_ENUM_NETINTERFACES  = 1,
  CLUSTER_NETWORK_ENUM_ALL            = CLUSTER_NETWORK_ENUM_NETINTERFACES
} CLUSTER_NETWORK_ENUM;

Constants

CLUSTER_NETWORK_ENUM_NETINTERFACES

The object is a network interface.

CLUSTER_NETWORK_ENUM_ALL

All cluster objects on the network.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

Header

ClusApi.h

See also

Failover Cluster Enumerations
ClusterNetworkEnum
ClusterNetworkOpenEnum

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.