RtlExtendCorrelationVector - NtDoc

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

NTSYSAPI NTSTATUS RtlExtendCorrelationVector(
  [in, out] PCORRELATION_VECTOR CorrelationVector
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-rtlextendcorrelationvector)

RtlExtendCorrelationVector function

Description

This routine extends the supplied correlation vector. For a correlation vector of the form X.i, the extended value is X.i.0.

Parameters

CorrelationVector [in, out]

A pointer to a CORRELATION_VECTOR structure that represents the correlation vector to be extended.

Return value

Returns an NTSTATUS value that indicates the success of failure of the operation.

Return code Description
STATUS_SUCCESS The correlation vector was successfully incremented.
STATUS_INVALID_PARAMETER Extending the correlation vector resulted in a buffer overflow because as the extended value is no longer a valid correlation vector.