Home
last modified time | relevance | path

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

/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp730 TCHAR *pMsiLocation = new TCHAR[ nLength ]; in LoadMsiLibrary() local
732 if ( SUCCEEDED( StringCchCopy( pMsiLocation, nLength, sMsiFolder ) ) && in LoadMsiLibrary()
733 SUCCEEDED( StringCchCat( pMsiLocation, nLength, sMsiDll ) ) ) in LoadMsiLibrary()
735 hMsi = LoadLibrary( pMsiLocation ); in LoadMsiLibrary()

Completed in 28 milliseconds