WaitForThreadpoolIoCallbacks method

void WaitForThreadpoolIoCallbacks(
  1. Pointer<_TP_IO> pio,
  2. int fCancelPendingCallbacks
)

Implementation

void WaitForThreadpoolIoCallbacks(
  ffi.Pointer<_TP_IO> pio,
  int fCancelPendingCallbacks,
) {
  return _WaitForThreadpoolIoCallbacks(
    pio,
    fCancelPendingCallbacks,
  );
}