énumération CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE (msclus.h)
Spécifie les différents états instantané d’un volume partagé.
Syntax
typedef enum CLUSTER_SHARED_VOLUME_SNAPSHOT_STATE {
ClusterSharedVolumeSnapshotStateUnknown = 0,
ClusterSharedVolumePrepareForHWSnapshot,
ClusterSharedVolumeHWSnapshotCompleted,
ClusterSharedVolumePrepareForFreeze
} ;
Constantes
ClusterSharedVolumeSnapshotStateUnknown Valeur : 0 Indique que l’état instantané est inconnu. |
ClusterSharedVolumePrepareForHWSnapshot Indique que le instantané est en cours de création. |
ClusterSharedVolumeHWSnapshotCompleted Indique que la instantané est terminée. |
ClusterSharedVolumePrepareForFreeze TBD |
Spécifications
Client minimal pris en charge | Aucun pris en charge |
Serveur minimal pris en charge | Windows Server 2008 Datacenter, Windows Server 2008 Entreprise |
En-tête | msclus.h |