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