MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / SetNumSections

Method SetNumSections

Process/Process.hpp:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 static int GetNumSections() { return NumSections; }
166 static void SetNumSections(__in const unsigned int nSections) { NumSections = nSections; }
167
168 static wstring GetExecutableModuleName() { return ExecutableModuleNameW; }
169 static void SetExecutableModuleName(wstring name) { ExecutableModuleNameW = name; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected