REFS_SET_VOLUME_IO_METRICS_INFO_INPUT_BUFFER - NtDoc

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

typedef struct _REFS_SET_VOLUME_IO_METRICS_INFO_INPUT_BUFFER {
  ULONG Version;
  ULONG GlobalSecondsToTrack;
  ULONG MetricsPeriodicitySeconds;
  ULONG MetricsGenerationsPerContainer;
  ULONG Reserved[8];
} REFS_SET_VOLUME_IO_METRICS_INFO_INPUT_BUFFER, *PREFS_SET_VOLUME_IO_METRICS_INFO_INPUT_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

Version

GlobalSecondsToTrack

MetricsPeriodicitySeconds

MetricsGenerationsPerContainer

Reserved[8]

Remarks

See also