MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / ReClassRemoveReadMemoryOverride

Function ReClassRemoveReadMemoryOverride

ReClass/PluginAPI.cpp:163–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163BOOL
164PLUGIN_CC
165ReClassRemoveReadMemoryOverride(
166 VOID
167)
168{
169 if (g_PluginOverrideReadMemoryOperation != nullptr)
170 {
171 g_PluginOverrideReadMemoryOperation = nullptr;
172 return TRUE;
173 }
174 return FALSE;
175}
176
177BOOL
178PLUGIN_CC

Callers 2

PluginStateChangeFunction · 0.85
PluginSettingsDlgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected