pub trait IGetClusterUIInfo_Impl: Sized {
    // Required methods
    fn GetClusterName(&self, lpszname: BSTR, pcchname: *mut i32) -> Result<()>;
    fn GetLocale(&self) -> u32;
    fn GetFont(&self) -> HFONT;
    fn GetIcon(&self) -> HICON;
}

Required Methods§

fn GetClusterName(&self, lpszname: BSTR, pcchname: *mut i32) -> Result<()>

fn GetLocale(&self) -> u32

fn GetFont(&self) -> HFONT

fn GetIcon(&self) -> HICON

Object Safety§

This trait is not object safe.

Implementors§