é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.
Syntax
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 fonctionne à pleine vitesse. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1709 |
En-tête | ntifs.h (inclure Ntifs.h) |