Trait winsafe::prelude::shell_ITaskbarList4

source ·
pub trait shell_ITaskbarList4: shell_ITaskbarList3 {
    // Provided method
    fn SetTabProperties(
        &self,
        hwnd_tab: &HWND,
        stp_flags: STPFLAG
    ) -> HrResult<()> { ... }
}
Available on crate features kernel and shell only.
Expand description

This trait is enabled with the shell feature, and provides methods for ITaskbarList4.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

source

fn SetTabProperties(&self, hwnd_tab: &HWND, stp_flags: STPFLAG) -> HrResult<()>

Object Safety§

This trait is not object safe.

Implementors§