CORRELATION_VECTOR - NtDoc

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

typedef struct CORRELATION_VECTOR {
  CHAR Version;
  CHAR Vector[RTL_CORRELATION_VECTOR_STRING_LENGTH];
} CORRELATION_VECTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-correlation_vector)

CORRELATION_VECTOR structure

Description

Store the correlation vector that is used to reference events and the generated logs for diagnostic purposes.

Members

Version

The version of the correlation vector. Possible values are:

Vector

An array CHARs that represents the correlation vector.