Partager via


Fonction WaitForThreadpoolWaitCallbacks (threadpoolapiset.h)

Attend que les rappels d’attente en attente se terminent et annule éventuellement les rappels en attente qui n’ont pas encore commencé à s’exécuter.

Syntaxe

void WaitForThreadpoolWaitCallbacks(
  [in, out] PTP_WAIT pwa,
  [in]      BOOL     fCancelPendingCallbacks
);

Paramètres

[in, out] pwa

Pointeur vers une structure TP_WAIT qui définit l’objet wait. La fonction CreateThreadpoolWait retourne ce pointeur.

[in] fCancelPendingCallbacks

Indique s’il faut annuler les rappels mis en file d’attente qui n’ont pas encore commencé à s’exécuter.

Valeur de retour

None

Remarques

Pour compiler une application qui utilise cette fonction, définissez _WIN32_WINNT comme 0x0600 ou une version ultérieure.

Exemples

Pour obtenir un exemple, consultez Utilisation des fonctions de pool de threads.

Configuration requise

   
Client minimal pris en charge Windows Vista [applications de bureau | applications UWP]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau | applications UWP]
Plateforme cible Windows
En-tête threadpoolapiset.h (inclure Windows.h sur Windows 7, Windows Server 2008 Windows Server 2008 R2)
Bibliothèque Kernel32.lib
DLL Kernel32.dll

Voir aussi

CloseThreadpoolWait

CreateThreadpoolWait

SetThreadpoolWait

Pools de threads