pub trait ITaskbarList2_Impl: Sized + ITaskbarList_Impl {
    // Required method
    fn MarkFullscreenWindow(&self, hwnd: HWND, ffullscreen: BOOL) -> Result<()>;
}

Required Methods§

fn MarkFullscreenWindow(&self, hwnd: HWND, ffullscreen: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§