CLUSTER_NOTIFICATIONS_VERSION enumeration (msclus.h)

Defines the various versions of cluster notification enumerations.

Syntax

typedef enum CLUSTER_NOTIFICATIONS_VERSION {
  CLUSTER_NOTIFICATIONS_V1 = 0x1,
  CLUSTER_NOTIFICATIONS_V2 = 0x2
} ;

Constants

 
CLUSTER_NOTIFICATIONS_V1
Value: 0x1
Version 1 of the cluster notification enumeration.
CLUSTER_NOTIFICATIONS_V2
Value: 0x2
Version 2 of the cluster notification enumeration.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header msclus.h

See also

Failover Cluster Enumerations