énumération REFS_SMR_VOLUME_GC_STATE (ntifs.h)
L’énumération REFS_SMR_VOLUME_GC_STATE spécifie l’état actuel du garbage collection.
Syntaxe
typedef enum _REFS_SMR_VOLUME_GC_STATE {
SmrGcStateInactive = 0,
SmrGcStatePaused = 1,
SmrGcStateActive = 2,
SmrGcStateActiveFullSpeed = 3
} REFS_SMR_VOLUME_GC_STATE, *PREFS_SMR_VOLUME_GC_STATE;
Constantes
SmrGcStateInactive Valeur : 0 Le garbage collection est inactif. |
SmrGcStatePaused Valeur : 1 Le garbage collection a été suspendu. |
SmrGcStateActive Valeur : 2 Le garbage collection est en cours d’exécution. |
SmrGcStateActiveFullSpeed Valeur : 3 Le garbage collection est en cours d’exécution à pleine vitesse. |
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 1709 |
d’en-tête | ntifs.h (include Ntifs.h) |