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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp299 const WCHAR *pwszSection,
304 if (GetPrivateProfileStringW(pwszSection, pwszValue, NULL,
310 if (wcsicmp(L"General", pwszSection) != 0)
311 swprintf_s(wszKey, RT_ELEMENTS(wszKey), L"SOFTWARE\\%s\\VirtualBox\\Branding\\", VBOX_VENDOR_SHORT, pwszSection);
297 installBrandingValue(MSIHANDLE hModule, const WCHAR *pwszFileName, const WCHAR *pwszSection, const WCHAR *pwszValue) argument

Completed in 46 milliseconds