TpSetCallbackPersistent-Funktion (winnt.h)

Gibt an, dass der Rückruf in einem persistenten Thread ausgeführt werden soll.

Syntax

void TpSetCallbackPersistent(
  [in, out] PTP_CALLBACK_ENVIRON CallbackEnviron
);

Parameter

[in, out] CallbackEnviron

Eine TP_CALLBACK_ENVIRON-Struktur , die die Rückrufumgebung definiert. Die TpInitializeCallbackEnviron-Funktion gibt diese Struktur zurück.

Rückgabewert

Keine

Bemerkungen

Diese Funktion wird als Inlinefunktion implementiert.

Anforderungen

   
Zielplattform Windows
Kopfzeile winnt.h

Weitere Informationen

TpDestroyCallbackEnviron

TpInitializeCallbackEnviron

TpSetCallbackActivationContext

TpSetCallbackCleanupGroup

TpSetCallbackFinalizationCallback

TpSetCallbackLongFunction

TpSetCallbackNoActivationContext

TpSetCallbackPriority

TpSetCallbackRaceWithDll

TpSetCallbackThreadpool