RtlExtendCorrelationVector method

int RtlExtendCorrelationVector(
  1. Pointer<CORRELATION_VECTOR> CorrelationVector
)

Implementation

int RtlExtendCorrelationVector(
  ffi.Pointer<CORRELATION_VECTOR> CorrelationVector,
) {
  return _RtlExtendCorrelationVector(
    CorrelationVector,
  );
}