Home
last modified time | relevance | path

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

/aoo42x/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx171 char* pCharProgPath = UnicodeToAnsiString( pProgPath ); in GetActiveXControlPath() local
174 … MessageBoxA(NULL, pCharProgPath, "Basis Installation Path( char )", MB_OK | MB_ICONINFORMATION); in GetActiveXControlPath()
177 if ( pCharProgPath ) in GetActiveXControlPath()
179 int nLen = strlen( pCharProgPath ); in GetActiveXControlPath()
181 strncpy( *ppActiveXPath, pCharProgPath, nLen ); in GetActiveXControlPath()
185 free( pCharProgPath ); in GetActiveXControlPath()

Completed in 17 milliseconds