TRACE_VERSION_INFO structure (evntrace.h)

Determines the version information of the trace processing API. This data is returned from TraceQueryInformation when called with the TraceVersionInfo information class.

Syntax

typedef struct _TRACE_VERSION_INFO {
  UINT EtwTraceProcessingVersion;
  UINT Reserved;
} TRACE_VERSION_INFO, *PTRACE_VERSION_INFO;

Members

EtwTraceProcessingVersion

The version of the trace processing API on the current system.

Reserved

Not used.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header evntrace.h

See also

TraceQueryInformation