windows::Win32::System::Mmc

Trait IExtendControlbar_Impl

pub trait IExtendControlbar_Impl: IUnknownImpl {
    // Required methods
    fn SetControlbar(&self, pcontrolbar: Ref<'_, IControlbar>) -> Result<()>;
    fn ControlbarNotify(
        &self,
        event: MMC_NOTIFY_TYPE,
        arg: LPARAM,
        param2: LPARAM,
    ) -> Result<()>;
}

Required Methods§

fn SetControlbar(&self, pcontrolbar: Ref<'_, IControlbar>) -> Result<()>

fn ControlbarNotify( &self, event: MMC_NOTIFY_TYPE, arg: LPARAM, param2: LPARAM, ) -> 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§