Searched refs:lpValue (Results 1 – 4 of 4) sorted by relevance
411 Dim lpValue As String 'value retrieved variable425 lpValue = ""431 ByVal lpValue, _434 lpValue = Space$(lpcbData)441 ByVal lpValue, _444 GetRegValue = TrimNull(lpValue)
150 CHAR *lpValue; in ReportCrash() local172 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()
409 LPCWSTR lpValue = reinterpret_cast<LPCWSTR>(ustrValue->buffer); in osl_setEnvironment() local410 if( !SetEnvironmentVariableW( lpName, lpValue)) in osl_setEnvironment()414 _wputenv_s( lpName, lpValue); in osl_setEnvironment()
2220 static int _tsetenv( const _TCHAR *lpVar, const _TCHAR *lpValue ) in _tsetenv() argument2222 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 22 milliseconds