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

Method GetUsingRemoteEmoji

vcproject/AppConfiguration.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43BOOL AppConfiguration::GetUsingRemoteEmoji()
44{
45 DWORD value = 0;
46 GetDwordProperty(TEXT("UsingRemoteEmoji"), value);
47 return (value != 0) ? TRUE : FALSE;
48}
49
50void AppConfiguration::SetIncrementalExporting(BOOL incrementalExporting)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected