MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / CDynamicWinapi

Method CDynamicWinapi

Source/Client/NM_Engine/DynamicWinapi.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14std::shared_ptr <WINAPI_API_TABLE> g_winapiApiTable;
15
16CDynamicWinapi::CDynamicWinapi() :
17 m_bHasInitialized(false)
18{
19 m_ntHelper = std::make_shared<CNT>();
20 if (!IS_VALID_SMART_PTR(m_ntHelper))
21 {
22 DEBUG_LOG(LL_ERR, "m_ntHelper allocation fail! Error code: %u", LI_FIND(GetLastError)());
23 return;
24 }
25}
26
27CDynamicWinapi::~CDynamicWinapi()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected