WaitForThreadpoolTimerCallbacks 関数 (threadpoolapiset.h)

未処理のタイマー コールバックが完了するまで待機し、必要に応じて、まだ実行を開始していない保留中のコールバックを取り消します。

構文

void WaitForThreadpoolTimerCallbacks(
  [in, out] PTP_TIMER pti,
  [in]      BOOL      fCancelPendingCallbacks
);

パラメーター

[in, out] pti

タイマー オブジェクトを定義する TP_TIMER 構造体へのポインター。 CreateThreadpoolTimer 関数は、このポインターを返します。

[in] fCancelPendingCallbacks

まだ実行を開始していないキューに登録されたコールバックを取り消すかどうかを示します。

戻り値

なし

解説

この関数を使用するアプリケーションをコンパイルするには、_WIN32_WINNTを 0x0600 以上として定義します。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ | UWP アプリ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリ | UWP アプリ]
対象プラットフォーム Windows
ヘッダー threadpoolapiset.h (Windows 7、Windows Server 2008 Windows Server 2008 R2 の Windows.h を含む)
Library Kernel32.lib
[DLL] Kernel32.dll

関連項目

CloseThreadpoolTimer

CreateThreadpoolTimer

IsThreadpoolTimerSet

SetThreadpoolTimer

スレッド プール