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

Function OnTimerCheckExit

Source/Client/NM_Engine/NM_ClientInitilization.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71// --------------------------------------------------------------------------------------------------------------------------------------------
72
73void NTAPI OnTimerCheckExit(PVOID pParam, BOOLEAN)
74{
75 DEBUG_LOG(LL_CRI, "Timer check thread terminated! Check result: %d", gs_bTimerCheckCompleted);
76
77 if (gs_bTimerCheckCompleted == false)
78 {
79 g_nmApp->OnCloseRequest(EXIT_ERR_SELF_INTEGRITY_TIMEOUT_2, g_winapiApiTable->GetLastError());
80 return;
81 }
82}
83
84// --------------------------------------------------------------------------------------------------------------------------------------------
85

Callers

nothing calls this directly

Calls 1

OnCloseRequestMethod · 0.80

Tested by

no test coverage detected