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

Trait IRemoteDebugCriticalErrorEvent110_Impl

pub trait IRemoteDebugCriticalErrorEvent110_Impl: IUnknownImpl {
    // Required method
    fn GetErrorInfo(
        &self,
        pbstrsource: *mut BSTR,
        pmessageid: *mut i32,
        pbstrmessage: *mut BSTR,
        pplocation: OutRef<'_, IDebugDocumentContext>,
    ) -> Result<()>;
}

Required Methods§

fn GetErrorInfo( &self, pbstrsource: *mut BSTR, pmessageid: *mut i32, pbstrmessage: *mut BSTR, pplocation: OutRef<'_, IDebugDocumentContext>, ) -> 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§