CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE enumeration (clusapi.h)

Specifies the various snapshot states for a shared volume.

Syntax

typedef enum CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE {
  ClusterSharedVolumeSnapshotStateUnknown,
  ClusterSharedVolumePrepareForHWSnapshot,
  ClusterSharedVolumeHWSnapshotCompleted,
  ClusterSharedVolumePrepareForFreeze
} ;

Constants

 
ClusterSharedVolumeSnapshotStateUnknown
Indicates that the snapshot state is unknown.
ClusterSharedVolumePrepareForHWSnapshot
Indicates that the snapshot is being created.
ClusterSharedVolumeHWSnapshotCompleted
Indicates that the snapshot is completed.
ClusterSharedVolumePrepareForFreeze
TBD

Requirements

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

See also

ClusterSharedVolumeSetSnapshotState

Failover Cluster Enumerations