CLUSTER_NOTIFICATIONS_VERSION enumeration (clusapi.h)

Defines the various versions of cluster notification enumerations.

Syntax

typedef enum CLUSTER_NOTIFICATIONS_VERSION {
  CLUSTER_NOTIFICATIONS_V1 = 0x00000001,
  CLUSTER_NOTIFICATIONS_V2 = 0x00000002
} ;

Constants

 
CLUSTER_NOTIFICATIONS_V1
Value: 0x00000001
Version 1 of the cluster notification enumeration.
CLUSTER_NOTIFICATIONS_V2
Value: 0x00000002
Version 2 of the cluster notification enumeration.

Requirements

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

See also

Failover Cluster Enumerations