REFS_SMR_VOLUME_GC_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntifs-_refs_smr_volume_gc_state)

REFS_SMR_VOLUME_GC_STATE enumeration

Description

The REFS_SMR_VOLUME_GC_STATE enum specifies the garbage collection's current state.

Constants

SmrGcStateInactive:0

The garbage collection is inactive.

SmrGcStatePaused:1

The garbage collection has been paused.

SmrGcStateActive:2

The garbage collection is running.

SmrGcStateActiveFullSpeed:3

The garbage collection is running at full speed.

See also

REFS_SMR_VOLUME_INFO_OUTPUT