MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / CheckNewVerison

Method CheckNewVerison

FontLoadInterceptor/RpcClient.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void CheckNewVerison()
100 {
101 uint32_t newVerison = InterlockedCompareExchange(m_versionMem.get(), 0, 0);
102 if (newVerison != m_lastKnownVersion)
103 {
104 m_lastKnownVersion = newVerison;
105 m_cache.clear();
106 }
107 }
108
109 bool IsQueryNeeded(const wchar_t* str)
110 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected