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

Method GetAsyncLoading

vcproject/AppConfiguration.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31BOOL AppConfiguration::GetAsyncLoading()
32{
33 DWORD value = 1;
34 GetDwordProperty(TEXT("AsyncLoading"), value);
35 return (value != 0) ? TRUE : FALSE;
36}
37
38void AppConfiguration::SetUsingRemoteEmoji(BOOL usingRemoteEmoji)
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected