UnregisterWaitEx method

int UnregisterWaitEx(
  1. Pointer<Void> WaitHandle,
  2. Pointer<Void> CompletionEvent
)

Implementation

int UnregisterWaitEx(
  ffi.Pointer<ffi.Void> WaitHandle,
  ffi.Pointer<ffi.Void> CompletionEvent,
) {
  return _UnregisterWaitEx(
    WaitHandle,
    CompletionEvent,
  );
}