pub trait ITaskbarList4_Impl: Sized + ITaskbarList3_Impl {
    // Required method
    fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> Result<()>;
}

Required Methods§

fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§