ResetEvent method

int ResetEvent(
  1. Pointer<Void> hEvent
)

Implementation

int ResetEvent(
  ffi.Pointer<ffi.Void> hEvent,
) {
  return _ResetEvent(
    hEvent,
  );
}