TpSetCallbackActivationContext 函式 (winnt.h)
將啟用內容指派給回呼環境。
語法
void TpSetCallbackActivationContext(
[in, out] PTP_CALLBACK_ENVIRON CallbackEnviron,
[in, optional] _ACTIVATION_CONTEXT *ActivationContext
);
參數
[in, out] CallbackEnviron
定義回呼環境的 TP_CALLBACK_ENVIRON 結構。 TpInitializeCallbackEnviron 函式會傳回這個結構。
[in, optional] ActivationContext
_ACTIVATION_CONTEXT 結構的指標。
傳回值
無
備註
此函式會實作為內嵌函式。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | winnt.h |
另請參閱
TpSetCallbackFinalizationCallback