Fonction SetThreadpoolCallbackRunsLong (winbase.h)
Indique que les rappels associés à cet environnement de rappel peuvent ne pas être retournés rapidement.
Syntaxe
void SetThreadpoolCallbackRunsLong(
[in, out] PTP_CALLBACK_ENVIRON pcbe
);
Paramètres
[in, out] pcbe
Structure TP_CALLBACK_ENVIRON qui définit l’environnement de rappel. La fonction InitializeThreadpoolEnvironment retourne cette structure.
Valeur de retour
None
Remarques
Le pool de threads peut utiliser ces informations pour mieux déterminer quand un nouveau thread doit être créé.
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.
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
InitializeThreadpoolEnvironment