Home
last modified time | relevance | path

Searched refs:NWMF (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.rs5845 pub type NWMF = i32; typedef
5846 pub const NWMF_UNLOADING: NWMF = 1i32;
5847 pub const NWMF_USERINITED: NWMF = 2i32;
5848 pub const NWMF_FIRST: NWMF = 4i32;
5849 pub const NWMF_OVERRIDEKEY: NWMF = 8i32;
5850 pub const NWMF_SHOWHELP: NWMF = 16i32;
5851 pub const NWMF_HTMLDIALOG: NWMF = 32i32;
5853 pub const NWMF_USERREQUESTED: NWMF = 128i32;
5854 pub const NWMF_USERALLOWED: NWMF = 256i32;
5855 pub const NWMF_FORCEWINDOW: NWMF = 65536i32;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs40572 pub const NWMF_UNLOADING: NWMF = NWMF(1i32);
40573 pub const NWMF_USERINITED: NWMF = NWMF(2i32);
40574 pub const NWMF_FIRST: NWMF = NWMF(4i32);
40575 pub const NWMF_OVERRIDEKEY: NWMF = NWMF(8i32);
40576 pub const NWMF_SHOWHELP: NWMF = NWMF(16i32);
40577 pub const NWMF_HTMLDIALOG: NWMF = NWMF(32i32);
40579 pub const NWMF_USERREQUESTED: NWMF = NWMF(128i32);
40580 pub const NWMF_USERALLOWED: NWMF = NWMF(256i32);
40581 pub const NWMF_FORCEWINDOW: NWMF = NWMF(65536i32);
40582 pub const NWMF_FORCETAB: NWMF = NWMF(131072i32);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h23750 typedef enum NWMF { enum
23765 } NWMF; typedef
23767 DEFINE_ENUM_FLAG_OPERATORS(NWMF)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h23750 typedef enum NWMF { enum
23765 } NWMF; typedef
23767 DEFINE_ENUM_FLAG_OPERATORS(NWMF)