MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetDWORDRegKey

Function SetDWORDRegKey

TombEngine/Specific/configuration.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561LONG SetDWORDRegKey(HKEY hKey, LPCSTR strValueName, DWORD nValue)
562{
563 return RegSetValueExA(hKey, strValueName, 0, REG_DWORD, reinterpret_cast<LPBYTE>(&nValue), sizeof(DWORD));
564}
565
566LONG SetBoolRegKey(HKEY hKey, LPCSTR strValueName, bool bValue)
567{

Callers 2

SaveConfigurationFunction · 0.85
SetBoolRegKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected