CLUSTER_CHANGE_SHARED_VOLUME_V2 enumeration (clusapi.h)
Defines the notifications that are generated for a cluster shared volume.
Syntax
typedef enum CLUSTER_CHANGE_SHARED_VOLUME_V2 {
CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2 = 0x00000001,
CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2 = 0x00000002,
CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2 = 0x00000004,
CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2
} ;
Constants
CLUSTER_CHANGE_SHARED_VOLUME_STATE_V2 Value: 0x00000001 Indicates that the state of the cluster shared volume has changed. |
CLUSTER_CHANGE_SHARED_VOLUME_ADDED_V2 Value: 0x00000002 Indicates that the cluster shared volume was added. |
CLUSTER_CHANGE_SHARED_VOLUME_REMOVED_V2 Value: 0x00000004 Indicates that the cluster shared volume was removed. |
CLUSTER_CHANGE_SHARED_VOLUME_ALL_V2 Indicates all V2 cluster shared volume notifications. |
Remarks
Protocol version 2.0 servers do not support this enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |