WaitForThreadpoolTimerCallbacks method

void WaitForThreadpoolTimerCallbacks(
  1. Pointer<_TP_TIMER> pti,
  2. int fCancelPendingCallbacks
)

Implementation

void WaitForThreadpoolTimerCallbacks(
  ffi.Pointer<_TP_TIMER> pti,
  int fCancelPendingCallbacks,
) {
  return _WaitForThreadpoolTimerCallbacks(
    pti,
    fCancelPendingCallbacks,
  );
}