Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use.
Syntax
typedef struct _REFS_QUERY_VOLUME_IO_METRICS_INFO_INPUT_BUFFER {
ULONG Version;
REFS_QUERY_VOLUME_IO_METRICS_INFO_QUERY_TYPE QueryType;
ULONG Reserved[6];
union {
ULONGLONG UnusedAlign;
struct {
ULONG Reserved[6];
} Parameters;
struct {
ULONGLONG ResumeKeyBlob[2];
ULONG Reserved[6];
} MetricsData;
};
} REFS_QUERY_VOLUME_IO_METRICS_INFO_INPUT_BUFFER, *PREFS_QUERY_VOLUME_IO_METRICS_INFO_INPUT_BUFFER;
Members
Version
QueryType
Reserved[6]
UnusedAlign
Parameters
Parameters.Reserved[6]
MetricsData
MetricsData.ResumeKeyBlob[2]
MetricsData.Reserved[6]
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ntifs.h |