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

Method SetUsingRemoteEmoji

vcproject/AppConfiguration.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void AppConfiguration::SetUsingRemoteEmoji(BOOL usingRemoteEmoji)
39{
40 SetDwordProperty(TEXT("UsingRemoteEmoji"), usingRemoteEmoji);
41}
42
43BOOL AppConfiguration::GetUsingRemoteEmoji()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected