Funzione TpSetCallbackLongFunction (winnt.h)
Indica che i callback associati a questo ambiente di callback potrebbero non restituire rapidamente.
Sintassi
void TpSetCallbackLongFunction(
[in, out] PTP_CALLBACK_ENVIRON CallbackEnviron
);
Parametri
[in, out] CallbackEnviron
Struttura TP_CALLBACK_ENVIRON che definisce l'ambiente di callback. La funzione TpInitializeCallbackEnviron restituisce questa struttura.
Valore restituito
nessuno
Osservazioni
Il pool di thread può usare queste informazioni per determinare meglio quando deve essere creato un nuovo thread.
Questa funzione viene implementata come funzione inline.
Requisiti
Piattaforma di destinazione | Windows |
Intestazione | winnt.h |
Vedi anche
TpSetCallbackActivationContext
TpSetCallbackFinalizationCallback