RtlIncrementCorrelationVector method

int RtlIncrementCorrelationVector(
  1. Pointer<CORRELATION_VECTOR> CorrelationVector
)

Implementation

int RtlIncrementCorrelationVector(
  ffi.Pointer<CORRELATION_VECTOR> CorrelationVector,
) {
  return _RtlIncrementCorrelationVector(
    CorrelationVector,
  );
}