windows::Win32::System::Com::CallObj

Trait ICallInterceptor_Impl

pub trait ICallInterceptor_Impl: ICallIndirect_Impl {
    // Required methods
    fn RegisterSink(&self, psink: Ref<'_, ICallFrameEvents>) -> Result<()>;
    fn GetRegisteredSink(&self) -> Result<ICallFrameEvents>;
}

Required Methods§

fn RegisterSink(&self, psink: Ref<'_, ICallFrameEvents>) -> Result<()>

fn GetRegisteredSink(&self) -> Result<ICallFrameEvents>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§