Home
last modified time | relevance | path

Searched refs:MSIDBSTATE_WRITE (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsiquery.h22 MSIDBSTATE_ERROR =-1,MSIDBSTATE_READ = 0,MSIDBSTATE_WRITE = 1 enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsiquery.h22 MSIDBSTATE_ERROR =-1,MSIDBSTATE_READ = 0,MSIDBSTATE_WRITE = 1 enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamsiquery.pas106 MSIDBSTATE_WRITE = 1; // database readable and updatable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1435 pub const MSIDBSTATE_WRITE: MSIDBSTATE = 1i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs5696 pub const MSIDBSTATE_WRITE: MSIDBSTATE = MSIDBSTATE(1i32); const