Home
last modified time | relevance | path

Searched defs:INSTALLSTATE (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/System/ApplicationInstallationAndServicing/
H A Dmod.rs275 …stall: MSIHANDLE, szfeature: super::super::Foundation::PSTR, piinstalled: *mut INSTALLSTATE, piact… in MsiGetFeatureStateA()
277 …tall: MSIHANDLE, szfeature: super::super::Foundation::PWSTR, piinstalled: *mut INSTALLSTATE, piact… in MsiGetFeatureStateW()
377 …r::Foundation::PSTR, lppathbuf: super::super::Foundation::PSTR, pcchbuf: *mut u32) -> INSTALLSTATE; in MsiLocateComponentA()
379 …:Foundation::PWSTR, lppathbuf: super::super::Foundation::PWSTR, pcchbuf: *mut u32) -> INSTALLSTATE; in MsiLocateComponentW()
434 …teA(szproduct: super::super::Foundation::PSTR, szfeature: super::super::Foundation::PSTR) -> INSTA… in MsiQueryFeatureStateA()
440 …eW(szproduct: super::super::Foundation::PWSTR, szfeature: super::super::Foundation::PWSTR) -> INST… in MsiQueryFeatureStateW()
442 pub fn MsiQueryProductStateA(szproduct: super::super::Foundation::PSTR) -> INSTALLSTATE; in MsiQueryProductStateA()
444 pub fn MsiQueryProductStateW(szproduct: super::super::Foundation::PWSTR) -> INSTALLSTATE; in MsiQueryProductStateW()
575 …reA(szproduct: super::super::Foundation::PSTR, szfeature: super::super::Foundation::PSTR) -> INSTA… in MsiUseFeatureA()
581 …eW(szproduct: super::super::Foundation::PWSTR, szfeature: super::super::Foundation::PWSTR) -> INST… in MsiUseFeatureW()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3108 pub struct INSTALLSTATE(pub i32); struct
3123 impl ::std::convert::From<i32> for INSTALLSTATE { implementation
3128 unsafe impl ::windows::runtime::Abi for INSTALLSTATE { implementation
8611 …teA(szproduct: super::super::Foundation::PSTR, szfeature: super::super::Foundation::PSTR) -> INSTA… in MsiQueryFeatureStateA()
8653 …eW(szproduct: super::super::Foundation::PWSTR, szfeature: super::super::Foundation::PWSTR) -> INST… in MsiQueryFeatureStateW()
8662 … Param0: ::windows::runtime::IntoParam<'a, super::super::Foundation::PSTR>>(szproduct: Param0) -> … in MsiQueryProductStateA()
8667 fn MsiQueryProductStateA(szproduct: super::super::Foundation::PSTR) -> INSTALLSTATE; in MsiQueryProductStateA()
8676 …Param0: ::windows::runtime::IntoParam<'a, super::super::Foundation::PWSTR>>(szproduct: Param0) -> … in MsiQueryProductStateW()
8681 fn MsiQueryProductStateW(szproduct: super::super::Foundation::PWSTR) -> INSTALLSTATE; in MsiQueryProductStateW()
9690 …reA(szproduct: super::super::Foundation::PSTR, szfeature: super::super::Foundation::PSTR) -> INSTA… in MsiUseFeatureA()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h112 } INSTALLSTATE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h112 } INSTALLSTATE; typedef