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

Method GetLoadingDataOnScroll

vcproject/AppConfiguration.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200BOOL AppConfiguration::GetLoadingDataOnScroll()
201{
202 DWORD dwValue = 0; // FALSE
203 GetDwordProperty(TEXT("LoadingDataOnScroll"), dwValue);
204 return dwValue != 0;
205}
206
207void AppConfiguration::SetSupportingFilter(BOOL supportingFilter)
208{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected