REFS_SMR_VOLUME_GC_STATE-Enumeration (ntifs.h)
Die REFS_SMR_VOLUME_GC_STATE-Enumeration gibt den aktuellen Zustand der Garbage Collection an.
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;
Konstanten
SmrGcStateInactive Wert: 0 Die Garbage Collection ist inaktiv. |
SmrGcStatePaused Wert: 1 Die Garbage Collection wurde angehalten. |
SmrGcStateActive Wert: 2 Die Garbage Collection wird ausgeführt. |
SmrGcStateActiveFullSpeed Wert: 3 Die Garbage Collection wird mit voller Geschwindigkeit ausgeführt. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10, Version 1709 |
Kopfzeile | ntifs.h (include Ntifs.h) |