The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TpSetCallbackFinalizationCallback function
Indicates a function to call when the callback environment is finalized.
Syntax
VOID FORCEINLINE TpSetCallbackFinalizationCallback( _Inout_ PTP_CALLBACK_ENVIRON CallbackEnviron, _In_ PTP_SIMPLE_CALLBACK FinalizationCallback );
Parameters
- CallbackEnviron [in, out]
-
A TP_CALLBACK_ENVIRON structure that defines the callback environment. The TpInitializeCallbackEnviron function returns this structure.
- FinalizationCallback [in]
-
Pointer to a TP_SIMPLE_CALLBACK structure indicating a function to call when the callback environment is finalized.
Return value
This function does not return a value.
Remarks
This function is implemented as an inline function.
Requirements
|
Header |
|
|---|
See also
- TpInitializeCallbackEnviron
- TpDestroyCallbackEnviron
- TpSetCallbackActivationContext
- TpSetCallbackCleanupGroup
- TpSetCallbackLongFunction
- TpSetCallbackNoActivationContext
- TpSetCallbackPersistent
- TpSetCallbackPriority
- TpSetCallbackRaceWithDll
- TpSetCallbackThreadpool
Show: