Partager via


Fonction SetThreadpoolCallbackPool (winbase.h)

Définit le pool de threads à utiliser lors de la génération de rappels.

Syntaxe

void SetThreadpoolCallbackPool(
  [in, out] PTP_CALLBACK_ENVIRON pcbe,
  [in]      PTP_POOL             ptpp
);

Paramètres

[in, out] pcbe

Structure TP_CALLBACK_ENVIRON qui définit l’environnement de rappel. La fonction InitializeThreadpoolEnvironment retourne cette structure.

[in] ptpp

Structure TP_POOL qui définit le 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.

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

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 winbase.h (inclure Windows.h)

Voir aussi

DestroyThreadpoolEnvironment

InitializeThreadpoolEnvironment

SetThreadpoolCallbackCleanupGroup

SetThreadpoolCallbackLibrary

SetThreadpoolCallbackPriority

SetThreadpoolCallbackRunsLong

Pools de threads