RtlExtendCorrelationVector method

int RtlExtendCorrelationVector(
  1. Pointer<CORRELATION_VECTOR> CorrelationVector
)

Implementation

int RtlExtendCorrelationVector(
  ffi.Pointer<CORRELATION_VECTOR> CorrelationVector,
) {
  return (_RtlExtendCorrelationVector ??= _dylib.lookupFunction<
      _c_RtlExtendCorrelationVector,
      _dart_RtlExtendCorrelationVector>('RtlExtendCorrelationVector'))(
    CorrelationVector,
  );
}