Lines Matching refs:MSIHANDLE
89 bool WriteRegistry( MSIHANDLE & hMSI, OPERATION op, const wchar_t* componentName) in WriteRegistry()
160 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp()
194 bool IsInstallForAllUsers( MSIHANDLE hMSI ) in IsInstallForAllUsers()
209 wchar_t* GetBasisInstallLocation( MSIHANDLE hMSI ) in GetBasisInstallLocation()
222 bool QueryReg64Table(MSIHANDLE& rhDatabase, MSIHANDLE& rhView) in QueryReg64Table()
289 bool DoRegEntries( MSIHANDLE& rhMSI, OPERATION op, MSIHANDLE& rhView) in DoRegEntries()
293 MSIHANDLE hRecord; in DoRegEntries()
435 bool Reg64(MSIHANDLE& rhMSI, OPERATION op) in Reg64()
446 MSIHANDLE hView; in Reg64()
447 MSIHANDLE hDatabase = MsiGetActiveDatabase(rhMSI); in Reg64()
461 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64()
468 extern "C" UINT __stdcall DeinstallReg64(MSIHANDLE hMSI) in DeinstallReg64()