Home
last modified time | relevance | path

Searched refs:RefreshConstants (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/UI/Shell/
H A Dmod.rs6634 pub type RefreshConstants = i32; typedef
6635 pub const REFRESH_NORMAL: RefreshConstants = 0i32;
6636 pub const REFRESH_IFEXPIRED: RefreshConstants = 1i32;
6637 pub const REFRESH_COMPLETELY: RefreshConstants = 3i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/WindowsProgramming/
H A Dmod.rs11245 pub struct RefreshConstants(pub i32); struct
11246 pub const REFRESH_NORMAL: RefreshConstants = RefreshConstants(0i32);
11247 pub const REFRESH_IFEXPIRED: RefreshConstants = RefreshConstants(1i32);
11248 pub const REFRESH_COMPLETELY: RefreshConstants = RefreshConstants(3i32);
11249 impl ::std::convert::From<i32> for RefreshConstants { implementation
11254 unsafe impl ::windows::runtime::Abi for RefreshConstants { implementation
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dexdisp.h326 typedef enum RefreshConstants { enum
330 } RefreshConstants; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dexdisp.h326 typedef enum RefreshConstants { enum
330 } RefreshConstants; typedef