TpSetCallbackActivationContext method
void
TpSetCallbackActivationContext(
- Pointer<
TP_CALLBACK_ENVIRON_V3> CallbackEnviron, - Pointer<
_ACTIVATION_CONTEXT> ActivationContext
Implementation
void TpSetCallbackActivationContext(
ffi.Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
ffi.Pointer<_ACTIVATION_CONTEXT> ActivationContext,
) {
return (_TpSetCallbackActivationContext ??= _dylib.lookupFunction<
_c_TpSetCallbackActivationContext,
_dart_TpSetCallbackActivationContext>(
'TpSetCallbackActivationContext'))(
CallbackEnviron,
ActivationContext,
);
}