Home
last modified time | relevance | path

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

/aoo42x/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx166 BOOL GetActiveXControlPath( MSIHANDLE hMSI, char** ppActiveXPath ) in GetActiveXControlPath() argument
180 *ppActiveXPath = reinterpret_cast<char*>( malloc( nLen + 23 ) ); in GetActiveXControlPath()
181 strncpy( *ppActiveXPath, pCharProgPath, nLen ); in GetActiveXControlPath()
182 strncpy( (*ppActiveXPath) + nLen, "program\\so_activex.dll", 22 ); in GetActiveXControlPath()
183 (*ppActiveXPath)[nLen+22] = 0; in GetActiveXControlPath()

Completed in 10 milliseconds