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

Method SetSavingInSession

vcproject/AppConfiguration.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void AppConfiguration::SetSavingInSession(BOOL savingInSession)
87{
88 SetDwordProperty(TEXT("SaveFilesInSF"), savingInSession);
89}
90
91BOOL AppConfiguration::GetSavingInSession()
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected