Searched defs:pwszValue (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp93 PCRTUTF16 pwszValue = _wgetenv(pwszVar); local
95 if (pwszValue)
98 rc = RTUtf16ToUtf8Ex(pwszValue, RTSTR_MAX, &pszValue, cbValue, pcchActual);
100 rc = RTUtf16CalcUtf8LenEx(pwszValue, RTSTR_MAX, pcchActual);
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp300 const WCHAR *pwszValue)
304 if (GetPrivateProfileStringW(pwszSection, pwszValue, NULL,
319 pwszValue,
325 logStringW(hModule, L"InstallBranding: Could not write value %s! Error %ld", pwszValue, rc);
297 installBrandingValue(MSIHANDLE hModule, const WCHAR *pwszFileName, const WCHAR *pwszSection, const WCHAR *pwszValue) argument
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp2216 * @param pwszValue The string value (UTF-16).
2218 VMMR3DECL(int) CFGMR3InsertStringW(PCFGMNODE pNode, const char *pszName, PCRTUTF16 pwszValue) argument
2221 int rc = RTUtf16ToUtf8(pwszValue, &pszValue);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h762 LPWSTR pwszValue; member in struct:_CRYPT_ENROLLMENT_NAME_VALUE_PAIR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h762 LPWSTR pwszValue; member in struct:_CRYPT_ENROLLMENT_NAME_VALUE_PAIR

Completed in 125 milliseconds