Home
last modified time | relevance | path

Searched refs:INSTALLSTATE_REMOVED (Results 1 – 6 of 6) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DMsi.java85 int INSTALLSTATE_REMOVED = 1; field
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h110 …ALLSTATE_UNKNOWN = -1,INSTALLSTATE_BROKEN = 0,INSTALLSTATE_ADVERTISED = 1,INSTALLSTATE_REMOVED = 1, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h110 …ALLSTATE_UNKNOWN = -1,INSTALLSTATE_BROKEN = 0,INSTALLSTATE_ADVERTISED = 1,INSTALLSTATE_REMOVED = 1, enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamsi.pas213 INSTALLSTATE_REMOVED = 1; // component being removed (action state, not settable)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1303 pub const INSTALLSTATE_REMOVED: INSTALLSTATE = 1i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3118 pub const INSTALLSTATE_REMOVED: INSTALLSTATE = INSTALLSTATE(1i32); const