Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ WriteBool
Method
WriteBool
WinArk/IniFile.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool IniFile::WriteBool(PCWSTR section, PCWSTR name, bool value) {
97
return WriteInt(section, name, value ? 1 : 0);
98
}
99
100
bool IniFile::WriteColor(PCWSTR section, PCWSTR name, COLORREF color) {
101
CString text;
Callers
1
Save
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected