Trait winsafe::prelude::uxtheme_Hwnd

source ·
pub trait uxtheme_Hwnd: ole_Hwnd {
    // Provided method
    fn OpenThemeData(&self, class_list: &str) -> Option<CloseThemeDataGuard> { ... }
}
Available on crate features kernel and uxtheme only.
Expand description

This trait is enabled with the uxtheme feature, and provides methods for HWND.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

source

fn OpenThemeData(&self, class_list: &str) -> Option<CloseThemeDataGuard>

OpenThemeData function.

Object Safety§

This trait is not object safe.

Implementors§