REFS_SMR_VOLUME_GC_STATE enumeration (ntifs.h)
The REFS_SMR_VOLUME_GC_STATE enum specifies the garbage collection's current state.
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;
Constants
SmrGcStateInactive Value: 0 The garbage collection is inactive. |
SmrGcStatePaused Value: 1 The garbage collection has been paused. |
SmrGcStateActive Value: 2 The garbage collection is running. |
SmrGcStateActiveFullSpeed Value: 3 The garbage collection is running at full speed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | ntifs.h (include Ntifs.h) |