MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / GetLastCheckUpdateTime

Method GetLastCheckUpdateTime

vcproject/AppConfiguration.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167DWORD AppConfiguration::GetLastCheckUpdateTime()
168{
169 DWORD dwValue = 0;
170 GetDwordProperty(TEXT("LastChkUpdateTime"), dwValue);
171 return dwValue;
172}
173
174void AppConfiguration::SetLastCheckUpdateTime(DWORD lastCheckUpdateTime/* = 0*/)
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected