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.
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 |