MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / WriteString

Method WriteString

WinArk/IniFile.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool IniFile::WriteString(PCWSTR section, PCWSTR name, PCWSTR value) {
87 return ::WritePrivateProfileString(section, name, value, _path);
88}
89
90bool IniFile::WriteInt(PCWSTR section, PCWSTR name, int value, bool hex) {
91 CString text;

Callers 5

SaveMethod · 0.45
SaveToFileMethod · 0.45
SaveMethod · 0.45
SaveToFileMethod · 0.45
SaveColorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected