Home
last modified time | relevance | path

Searched refs:MsiProvideComponentW (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsi.def110 MsiProvideComponentW
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsi.def110 MsiProvideComponentW
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dmsi.def110 MsiProvideComponentW@24
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dmsi.def110 MsiProvideComponentW@24
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamsi.pas852 function MsiProvideComponentW(szProduct: LPCWSTR; szFeature: LPCWSTR; szComponent: LPCWSTR; in MsiProvideComponentW() function
2399 function MsiProvideComponentW;
3568 function MsiProvideComponentW; external msilib name 'MsiProvideComponentW';
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h471 …UINT WINAPI MsiProvideComponentW(LPCWSTR szProduct,LPCWSTR szFeature,LPCWSTR szComponent,DWORD dwI…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h471 …UINT WINAPI MsiProvideComponentW(LPCWSTR szProduct,LPCWSTR szFeature,LPCWSTR szComponent,DWORD dwI…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs420 …pub fn MsiProvideComponentW(szproduct: super::super::Foundation::PWSTR, szfeature: super::super::F… in MsiProvideComponentW() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs8508 pub unsafe fn MsiProvideComponentW<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foun… in MsiProvideComponentW() function
8513 …fn MsiProvideComponentW(szproduct: super::super::Foundation::PWSTR, szfeature: super::super::Found… in MsiProvideComponentW() function
8515 …::std::mem::transmute(MsiProvideComponentW(szproduct.into_param().abi(), szfeature.into_param().ab… in MsiProvideComponentW()