CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE列舉 (clusapi.h)
指定共用磁碟區的各種快照集狀態。
Syntax
typedef enum CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE {
ClusterSharedVolumeSnapshotStateUnknown,
ClusterSharedVolumePrepareForHWSnapshot,
ClusterSharedVolumeHWSnapshotCompleted,
ClusterSharedVolumePrepareForFreeze
} ;
常數
ClusterSharedVolumeSnapshotStateUnknown 表示快照集狀態未知。 |
ClusterSharedVolumePrepareForHWSnapshot 表示正在建立快照集。 |
ClusterSharedVolumeHWSnapshotCompleted 表示快照集已完成。 |
ClusterSharedVolumePrepareForFreeze TBD |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise |
標頭 | clusapi.h |