Home
last modified time | relevance | path

Searched refs:UI_INFO_TYPE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
H A Dmod.rs320 pub type UI_INFO_TYPE = i32; typedef
321 pub const UIT_INVALID: UI_INFO_TYPE = 0i32;
322 pub const UIT_NONE: UI_INFO_TYPE = 1i32;
323 pub const UIT_SHELL_COMMAND: UI_INFO_TYPE = 2i32;
324 pub const UIT_HELP_PANE: UI_INFO_TYPE = 3i32;
325 pub const UIT_DUI: UI_INFO_TYPE = 4i32;
329 pub r#type: UI_INFO_TYPE,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dndattrib.h60 } UI_INFO_TYPE; typedef
90 UI_INFO_TYPE type;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dndattrib.h60 } UI_INFO_TYPE; typedef
90 UI_INFO_TYPE type;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
H A Dmod.rs1130 pub struct UI_INFO_TYPE(pub i32); struct
1131 pub const UIT_INVALID: UI_INFO_TYPE = UI_INFO_TYPE(0i32);
1132 pub const UIT_NONE: UI_INFO_TYPE = UI_INFO_TYPE(1i32);
1133 pub const UIT_SHELL_COMMAND: UI_INFO_TYPE = UI_INFO_TYPE(2i32);
1134 pub const UIT_HELP_PANE: UI_INFO_TYPE = UI_INFO_TYPE(3i32);
1135 pub const UIT_DUI: UI_INFO_TYPE = UI_INFO_TYPE(4i32);
1136 impl ::std::convert::From<i32> for UI_INFO_TYPE { implementation
1141 unsafe impl ::windows::runtime::Abi for UI_INFO_TYPE { implementation
1149 pub r#type: UI_INFO_TYPE,