Searched refs:ppActiveXPath (Results 1 – 1 of 1) sorted by relevance
166 BOOL GetActiveXControlPath( MSIHANDLE hMSI, char** ppActiveXPath ) in GetActiveXControlPath() argument180 *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