windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait ITridentEventSink_Impl

pub trait ITridentEventSink_Impl: IUnknownImpl {
    // Required method
    fn FireEvent(
        &self,
        pstrevent: &PCWSTR,
        pdp: *const DISPPARAMS,
        pvarres: *mut VARIANT,
        pei: *mut EXCEPINFO,
    ) -> Result<()>;
}

Required Methods§

fn FireEvent( &self, pstrevent: &PCWSTR, pdp: *const DISPPARAMS, pvarres: *mut VARIANT, pei: *mut EXCEPINFO, ) -> Result<()>

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§