Trait windows::Win32::System::Com::CallObj::ICallFrameEvents_Impl

pub trait ICallFrameEvents_Impl: Sized {
    // Required method
    fn OnCall(&self, pframe: Option<&ICallFrame>) -> Result<()>;
}

Required Methods§

fn OnCall(&self, pframe: Option<&ICallFrame>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§