Condividi tramite


Funzione TpSetCallbackNoActivationContext (winnt.h)

Indica che l'ambiente di callback non ha alcun contesto di attivazione.

Sintassi

void TpSetCallbackNoActivationContext(
  [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

Questa funzione viene implementata come funzione inline.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione winnt.h

Vedi anche

TpDestroyCallbackEnviron

TpInitializeCallbackEnviron

TpSetCallbackActivationContext

TpSetCallbackCleanupGroup

TpSetCallbackFinalizationCallbackCallback

TpSetCallbackLongFunction

TpSetCallbackPersistent

TpSetCallbackPriority

TpSetCallbackRaceWithDll

TpSetCallbackThreadpool