Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsi.def143 MsiSetInstallLevel
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsi.def143 MsiSetInstallLevel
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dmsi.def143 MsiSetInstallLevel@8
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dmsi.def143 MsiSetInstallLevel@8
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamsiquery.pas958 function MsiSetInstallLevel(hInstall: MSIHANDLE; iInstallLevel: Integer): UINT; stdcall;
2548 function MsiSetInstallLevel;
2945 function MsiSetInstallLevel; external msilib name 'MsiSetInstallLevel';
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsiquery.h227 UINT WINAPI MsiSetInstallLevel(MSIHANDLE hInstall,int iInstallLevel);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsiquery.h227 UINT WINAPI MsiSetInstallLevel(MSIHANDLE hInstall,int iInstallLevel);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs499 pub fn MsiSetInstallLevel(hinstall: MSIHANDLE, iinstalllevel: i32) -> u32; in MsiSetInstallLevel() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs9103 pub unsafe fn MsiSetInstallLevel<'a, Param0: ::windows::runtime::IntoParam<'a, MSIHANDLE>>(hinstall… in MsiSetInstallLevel() function
9108 fn MsiSetInstallLevel(hinstall: MSIHANDLE, iinstalllevel: i32) -> u32; in MsiSetInstallLevel() function
9110 …::std::mem::transmute(MsiSetInstallLevel(hinstall.into_param().abi(), ::std::mem::transmute(iinsta… in MsiSetInstallLevel()