Home
last modified time | relevance | path

Searched refs:PMSIHANDLE (Results 1 – 11 of 11) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A Dboinccas.h113 PMSIHANDLE m_phActionStartRec;
114 PMSIHANDLE m_phActionDataRec;
115 PMSIHANDLE m_phProgressRec;
116 PMSIHANDLE m_phLogInfoRec;
H A Dboinccas.cpp957 PMSIHANDLE phLogErrorRec = MsiCreateRecord(2); in LogMessage()
/dports/www/node10/node-v10.24.1/tools/msvs/msi/
H A Dcustom_actions.cc13 PMSIHANDLE hDB; in SetInstallScope()
14 PMSIHANDLE hView; in SetInstallScope()
15 PMSIHANDLE hRecord; in SetInstallScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/conflicts/
H A Dmsi_util.cc82 PMSIHANDLE msi_database_handle; in GetMsiComponentGuids()
88 PMSIHANDLE components_view_handle; in GetMsiComponentGuids()
98 PMSIHANDLE record_handle; in GetMsiComponentGuids()
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx123 PMSIHANDLE hRec = MsiCreateRecord(sizeof...(elements)); in WriteLog()
137 PMSIHANDLE hRec = MsiCreateRecord(3); in ShowWarning()
150 PMSIHANDLE hRec = MsiCreateRecord(3); in SetStatusText()
243 PMSIHANDLE m_hProgressRec;
467 PMSIHANDLE hDatabase = MsiGetActiveDatabase(hInstall); in UnpackMSUForInstall()
475 PMSIHANDLE hBinaryView; in UnpackMSUForInstall()
483 PMSIHANDLE hBinaryRecord; in UnpackMSUForInstall()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx119 PMSIHANDLE hRec = MsiCreateRecord(sizeof...(elements)); in WriteLog()
133 PMSIHANDLE hRec = MsiCreateRecord(3); in ShowWarning()
146 PMSIHANDLE hRec = MsiCreateRecord(3); in SetStatusText()
239 PMSIHANDLE m_hProgressRec;
463 PMSIHANDLE hDatabase = MsiGetActiveDatabase(hInstall); in UnpackMSUForInstall()
471 PMSIHANDLE hBinaryView; in UnpackMSUForInstall()
479 PMSIHANDLE hBinaryRecord; in UnpackMSUForInstall()
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/reg_dlls/
H A Dreg_dlls.cxx122 PMSIHANDLE hRec = MsiCreateRecord(sizeof...(elements)); in WriteLog()
295 PMSIHANDLE hRec = MsiCreateRecord(0); in PrepRegUnregDLLs()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h66 class PMSIHANDLE {
69 PMSIHANDLE():m_h(0){} in PMSIHANDLE() function
70 PMSIHANDLE(MSIHANDLE h):m_h(h) { } in PMSIHANDLE() function
71 ~PMSIHANDLE() { if (m_h!=0) MsiCloseHandle (m_h); } in ~PMSIHANDLE()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h66 class PMSIHANDLE {
69 PMSIHANDLE():m_h(0){} in PMSIHANDLE() function
70 PMSIHANDLE(MSIHANDLE h):m_h(h) { } in PMSIHANDLE() function
71 ~PMSIHANDLE() { if (m_h!=0) MsiCloseHandle (m_h); } in ~PMSIHANDLE()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1777 pub struct PMSIHANDLE { struct
1780 impl ::core::marker::Copy for PMSIHANDLE {} argument
1781 impl ::core::clone::Clone for PMSIHANDLE { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs10327 pub struct PMSIHANDLE { struct
10330 impl PMSIHANDLE {} argument
10331 impl ::std::default::Default for PMSIHANDLE { implementation
10336 impl ::std::fmt::Debug for PMSIHANDLE { implementation
10341 impl ::std::cmp::PartialEq for PMSIHANDLE { implementation
10346 impl ::std::cmp::Eq for PMSIHANDLE {} implementation
10347 unsafe impl ::windows::runtime::Abi for PMSIHANDLE { implementation