Searched refs:RegSetValueEx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinreg.h186 #define RegSetValueEx WINELIB_NAME_AW(RegSetValueEx) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinreg.h186 #define RegSetValueEx WINELIB_NAME_AW(RegSetValueEx) macro
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxGuestDrvInst.cpp293 RegSetValueEx(hkey,
H A DVBoxDrvInst.cpp581 _tprintf(_T("AddStringToMultiSZ: RegSetValueEx failed with error %ld!\n"), lRet);
669 _tprintf(_T("RemoveStringFromMultiSZ: RegSetValueEx failed with %d!\n"), lRet);
773 _tprintf(_T("RegistryAddStringToList: RegSetValueEx failed with %ld!\n"), lRet);
852 _tprintf(_T("RegistryRemoveStringFromList: RegSetValueEx failed with %ld!\n"), lRet);
1113 lRet = RegSetValueEx(hKey, pszValueName, 0, dwType, (BYTE*)pbData, cbData);

Completed in 47 milliseconds