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

Function SetBoolRegKey

TombEngine/Specific/configuration.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566LONG SetBoolRegKey(HKEY hKey, LPCSTR strValueName, bool bValue)
567{
568 return SetDWORDRegKey(hKey, strValueName, (bValue ? 1 : 0));
569}
570
571LONG SetStringRegKey(HKEY hKey, LPCSTR strValueName, char* strValue)
572{

Callers 1

SaveConfigurationFunction · 0.85

Calls 1

SetDWORDRegKeyFunction · 0.85

Tested by

no test coverage detected