TpSetCallbackThreadpool, fonction (winnt.h)
Affecte un pool de threads à un environnement de rappel.
Syntaxe
void TpSetCallbackThreadpool(
[in, out] PTP_CALLBACK_ENVIRON CallbackEnviron,
[in] PTP_POOL Pool
);
Paramètres
[in, out] CallbackEnviron
Structure TP_CALLBACK_ENVIRON qui définit l’environnement de rappel. La fonction TpInitializeCallbackEnviron retourne cette structure.
[in] Pool
Structure TP_POOL qui définit un pool de threads. La fonction CreateThreadpool retourne cette structure.
Valeur de retour
None
Remarques
Si vous ne spécifiez pas de pool de threads, le pool de threads global est utilisé.
Cette fonction est implémentée en tant que fonction inline.
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | winnt.h |
Voir aussi
TpSetCallbackActivationContext
TpSetCallbackFinalizationCallback