MCPcopy Create free account
hub / github.com/EasyDarwin/EasyPusher / LoadString

Method LoadString

EasyPusher_Win/EasyPusher/IniFileLoad.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void CIniFileLoad::LoadString(CString strSection,CString strKey,CString &strValue)
65{
66 DWORD dwSize = 1000;
67 GetPrivateProfileString(strSection,strKey,_T(""),
68 strValue.GetBuffer(dwSize),dwSize,m_strSettingPath);
69 strValue.ReleaseBuffer();
70}
71
72
73void CIniFileLoad::SetString(CString strSection,CString strKey,CString strValue)

Callers 1

showMethod · 0.80

Calls 2

GetBufferMethod · 0.80
ReleaseBufferMethod · 0.80

Tested by

no test coverage detected