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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp307 HKEY hkBranding; local
315 rc = RegOpenKeyExW(HKEY_LOCAL_MACHINE, wszKey, 0, KEY_WRITE, &hkBranding);
318 rc = RegSetValueExW(hkBranding,
326 RegCloseKey (hkBranding);

Completed in 49 milliseconds