Fonction WaitForThreadpoolWorkCallbacks (threadpoolapiset.h)
Attend que les rappels de travail en attente se terminent et annule éventuellement les rappels en attente qui n’ont pas encore commencé à s’exécuter.
Syntaxe
void WaitForThreadpoolWorkCallbacks(
[in, out] PTP_WORK pwk,
[in] BOOL fCancelPendingCallbacks
);
Paramètres
[in, out] pwk
Pointeur vers une structure TP_WORK qui définit l’objet de travail. La fonction CreateThreadpoolWork 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.
Configuration requise
Condition requise | Valeur |
---|---|
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 |