Trait windows::Win32::System::Com::Urlmon::ICodeInstall_Impl

pub trait ICodeInstall_Impl: Sized + IWindowForBindingUI_Impl {
    // Required method
    fn OnCodeInstallProblem(
        &self,
        ulstatuscode: u32,
        szdestination: &PCWSTR,
        szsource: &PCWSTR,
        dwreserved: u32,
    ) -> Result<()>;
}

Required Methods§

fn OnCodeInstallProblem( &self, ulstatuscode: u32, szdestination: &PCWSTR, szsource: &PCWSTR, dwreserved: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§