Searched refs:sMsiDll (Results 1 – 1 of 1) sorted by relevance
115 const TCHAR sMsiDll[] = TEXT( "\\msi.dll" ); variable729 int nLength = lstrlen( sMsiDll ) + dwMsiFolderSize + 1; // use StringCchLength ? in LoadMsiLibrary()733 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in LoadMsiLibrary()742 hMsi = LoadLibrary( sMsiDll ); in LoadMsiLibrary()
Completed in 20 milliseconds