Trait winsafe::prelude::shell_ITaskbarList2

source ·
pub trait shell_ITaskbarList2: shell_ITaskbarList {
    // Provided method
    fn MarkFullscreenWindow(
        &self,
        hwnd: &HWND,
        full_screen: bool
    ) -> HrResult<()> { ... }
}
Available on crate features kernel and shell only.
Expand description

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

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§