MCPcopy 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
96bool IniFile::WriteBool(PCWSTR section, PCWSTR name, bool value) {
97 return WriteInt(section, name, value ? 1 : 0);
98}
99
100bool IniFile::WriteColor(PCWSTR section, PCWSTR name, COLORREF color) {
101 CString text;

Callers 1

SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected