Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas411 Dim lpValue As String 'value retrieved variable
425 lpValue = ""
431 ByVal lpValue, _
434 lpValue = Space$(lpcbData)
441 ByVal lpValue, _
444 GetRegValue = TrimNull(lpValue)
/trunk/main/sal/osl/w32/
H A Dsignal.cxx150 CHAR *lpValue; in ReportCrash() local
172 lpValue = reinterpret_cast< CHAR* >( _alloca( value_len + 1) ); in ReportCrash()
173 memcpy( lpValue, value, value_len ); in ReportCrash()
174 lpValue[value_len] = 0; in ReportCrash()
176 SetEnvironmentVariable( lpVariable, lpValue ); in ReportCrash()
H A Dprocess.cxx409 LPCWSTR lpValue = reinterpret_cast<LPCWSTR>(ustrValue->buffer); in osl_setEnvironment() local
410 if( !SetEnvironmentVariableW( lpName, lpValue)) in osl_setEnvironment()
414 _wputenv_s( lpName, lpValue); in osl_setEnvironment()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2220 static int _tsetenv( const _TCHAR *lpVar, const _TCHAR *lpValue ) in _tsetenv() argument
2222 if ( !lpValue ) in _tsetenv()
2223 lpValue = _T(""); in _tsetenv()
2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()
2229 _tcscat( envstr, lpValue ); in _tsetenv()

Completed in 30 milliseconds