Trait windows::Win32::System::Com::UI::IDummyHICONIncluder_Impl

pub trait IDummyHICONIncluder_Impl: Sized {
    // Required method
    fn Dummy(&self, h1: HICON, h2: HDC) -> Result<()>;
}

Required Methods§

fn Dummy(&self, h1: HICON, h2: HDC) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§