RtlValidateCorrelationVector method

int RtlValidateCorrelationVector(
  1. Pointer<CORRELATION_VECTOR> Vector
)

Implementation

int RtlValidateCorrelationVector(
  ffi.Pointer<CORRELATION_VECTOR> Vector,
) {
  return (_RtlValidateCorrelationVector ??= _dylib.lookupFunction<
      _c_RtlValidateCorrelationVector,
      _dart_RtlValidateCorrelationVector>('RtlValidateCorrelationVector'))(
    Vector,
  );
}