CLUSTER_SHARED_VOLUME_BACKUP_STATE enumeration (clusapi.h)
Describes the cluster shared volume (CSV) backup state.
Syntax
typedef enum _CLUSTER_SHARED_VOLUME_BACKUP_STATE {
VolumeBackupNone = 0x00000000,
VolumeBackupInProgress = 0x00000001
} CLUSTER_SHARED_VOLUME_BACKUP_STATE, *PCLUSTER_SHARED_VOLUME_BACKUP_STATE;
Constants
VolumeBackupNone Value: 0x00000000 There is no backup in progress for this CSV. |
VolumeBackupInProgress Value: 0x00000001 There is a backup in progress for this CSV. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |
Header | clusapi.h |
See also
CLUSCTL_RESOURCE_SET_SHARED_VOLUME_BACKUP_MODE