// ntddk.h
typedef struct CORRELATION_VECTOR {
CHAR Version;
CHAR Vector[RTL_CORRELATION_VECTOR_STRING_LENGTH];
} CORRELATION_VECTOR;
View the official Windows Driver Kit DDI referenceNo description available.
Store the correlation vector that is used to reference events and the generated logs for diagnostic purposes.
VersionThe version of the correlation vector. Possible values are:
VectorAn array CHARs that represents the correlation vector.