RtlValidateCorrelationVector method

int RtlValidateCorrelationVector(
  1. Pointer<CORRELATION_VECTOR> Vector
)

Implementation

int RtlValidateCorrelationVector(
  ffi.Pointer<CORRELATION_VECTOR> Vector,
) {
  return _RtlValidateCorrelationVector(
    Vector,
  );
}