Home
last modified time | relevance | path

Searched defs:INSTALLSTATE_LOCAL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DMsi.java95 int INSTALLSTATE_LOCAL = 3; field
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h111 INSTALLSTATE_ABSENT = 2,INSTALLSTATE_LOCAL = 3,INSTALLSTATE_SOURCE = 4,INSTALLSTATE_DEFAULT = 5 enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h111 INSTALLSTATE_ABSENT = 2,INSTALLSTATE_LOCAL = 3,INSTALLSTATE_SOURCE = 4,INSTALLSTATE_DEFAULT = 5 enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1305 pub const INSTALLSTATE_LOCAL: INSTALLSTATE = 3i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3120 pub const INSTALLSTATE_LOCAL: INSTALLSTATE = INSTALLSTATE(3i32); const