Searched refs:hMsi (Results 1 – 3 of 3) sorted by relevance
704 HMODULE hMsi = NULL; in LoadMsiLibrary() local735 hMsi = LoadLibrary( pMsiLocation ); in LoadMsiLibrary()740 if ( !hMsi ) // use the default location in LoadMsiLibrary()742 hMsi = LoadLibrary( sMsiDll ); in LoadMsiLibrary()745 return hMsi; in LoadMsiLibrary()1157 HMODULE hMsi = LoadMsiLibrary(); in CheckVersion() local1161 if ( !hMsi ) in CheckVersion()1168 … PFnDllGetVersion pDllGetVersion = (PFnDllGetVersion) GetProcAddress( hMsi, MSIAPI_DllGetVersion ); in CheckVersion()1200 FreeLibrary( hMsi ); in CheckVersion()
38 RegistrationContextInformation::RegistrationContextInformation(MSIHANDLE hMsi, const std::wstring& … in RegistrationContextInformation() argument39 msihandle_(hMsi), in RegistrationContextInformation()
58 RegistrationContextInformation(MSIHANDLE hMsi, const std::wstring& OpenOfficeExecutablePath);
Completed in 26 milliseconds