Searched refs:pMsiLocation (Results 1 – 1 of 1) sorted by relevance
730 TCHAR *pMsiLocation = new TCHAR[ nLength ]; in LoadMsiLibrary() local732 if ( SUCCEEDED( StringCchCopy( pMsiLocation, nLength, sMsiFolder ) ) && in LoadMsiLibrary()733 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in LoadMsiLibrary()735 hMsi = LoadLibrary( pMsiLocation ); in LoadMsiLibrary()
Completed in 16 milliseconds