Home
last modified time | relevance | path

Searched refs:SHELL_UI_COMPONENT (Results 176 – 189 of 189) sorted by relevance

12345678

/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/devel/desed/desed-1.2.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/winapi-0.2.8/src/
H A Dshellscalingapi.rs9 ENUM!{enum SHELL_UI_COMPONENT {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs117 pub fn GetDpiForShellUIComponent(param0: SHELL_UI_COMPONENT) -> u32; in GetDpiForShellUIComponent()
7485 pub type SHELL_UI_COMPONENT = i32; typedef
7486 pub const SHELL_UI_COMPONENT_TASKBARS: SHELL_UI_COMPONENT = 0i32;
7487 pub const SHELL_UI_COMPONENT_NOTIFICATIONAREA: SHELL_UI_COMPONENT = 1i32;
7488 pub const SHELL_UI_COMPONENT_DESKBAND: SHELL_UI_COMPONENT = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs7004 pub unsafe fn GetDpiForShellUIComponent(param0: SHELL_UI_COMPONENT) -> u32 {
7009 fn GetDpiForShellUIComponent(param0: SHELL_UI_COMPONENT) -> u32;
46605 pub struct SHELL_UI_COMPONENT(pub i32);
46606 pub const SHELL_UI_COMPONENT_TASKBARS: SHELL_UI_COMPONENT = SHELL_UI_COMPONENT(0i32);
46607 pub const SHELL_UI_COMPONENT_NOTIFICATIONAREA: SHELL_UI_COMPONENT = SHELL_UI_COMPONENT(1i32);
46608 pub const SHELL_UI_COMPONENT_DESKBAND: SHELL_UI_COMPONENT = SHELL_UI_COMPONENT(2i32);
46609 impl ::std::convert::From<i32> for SHELL_UI_COMPONENT {
46614 unsafe impl ::windows::runtime::Abi for SHELL_UI_COMPONENT {

12345678