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

Method SetLastCheckUpdateTime

vcproject/AppConfiguration.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void AppConfiguration::SetLastCheckUpdateTime(DWORD lastCheckUpdateTime/* = 0*/)
175{
176 if (0 == lastCheckUpdateTime)
177 {
178 lastCheckUpdateTime = (DWORD)getUnixTimeStamp();
179 }
180 SetDwordProperty(TEXT("LastChkUpdateTime"), lastCheckUpdateTime);
181}
182
183void AppConfiguration::SetCheckingUpdateDisabled(BOOL disabled)
184{

Callers

nothing calls this directly

Calls 1

getUnixTimeStampFunction · 0.85

Tested by

no test coverage detected