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

Method ReadInt

WinArk/IniFile.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int IniFile::ReadInt(PCWSTR section, PCWSTR name, int defaultValue) {
26 return ::GetPrivateProfileInt(section, name, defaultValue, _path);
27}
28
29COLORREF IniFile::ReadColor(PCWSTR section, PCWSTR name, COLORREF defaultValue) {
30 auto text = ReadString(section, name);

Callers 2

LoadMethod · 0.80
LoadFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected