Searched refs:pCharProgPath (Results 1 – 1 of 1) sorted by relevance
171 char* pCharProgPath = UnicodeToAnsiString( pProgPath ); in GetActiveXControlPath() local174 … 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 6 milliseconds