REFS_VOLUME_DEDUP_INFO_INPUT_BUFFER - NtDoc

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

typedef struct _REFS_VOLUME_DEDUP_INFO_INPUT_BUFFER {
  ULONG   Version;
  BOOLEAN SetDedupState;
  BOOLEAN Enable;
  BOOLEAN SetWeakRefState;
  BOOLEAN EnableWeakRef;
  BOOLEAN SetDirtyRangeTrackingState;
  BOOLEAN EnableDirtyRangeTracking;
  BOOLEAN SetWeakRefInconsistentState;
  BOOLEAN SetWeakRefInconsistent;
} REFS_VOLUME_DEDUP_INFO_INPUT_BUFFER, *PREFS_VOLUME_DEDUP_INFO_INPUT_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-refs_volume_dedup_info_input_buffer)

Description

Reserved for system use.

Members

Version

SetDedupState

Enable

SetWeakRefState

EnableWeakRef

SetDirtyRangeTrackingState

EnableDirtyRangeTracking

SetWeakRefInconsistentState

SetWeakRefInconsistent

Remarks

See also