MCPcopy Create free account
hub / github.com/Soreepeong/XivAlexander / ~InjectedModule

Method ~InjectedModule

XivAlexanderCommon/Utils/Win32/InjectedModule.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Utils::Win32::InjectedModule::~InjectedModule() {
53 Clear();
54}
55
56int Utils::Win32::InjectedModule::Call(void* rpfn, void* rpParam, const char* pcszDescription) const {
57 return m_hProcess.CallRemoteFunction(rpfn, rpParam, pcszDescription);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected