pub trait IShellIcon_Impl: Sized {
    // Required method
    fn GetIconOf(&self, pidl: *const ITEMIDLIST, flags: u32) -> Result<i32>;
}

Required Methods§

fn GetIconOf(&self, pidl: *const ITEMIDLIST, flags: u32) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§