MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ExitMainThread

Function ExitMainThread

PresentMon/MainThread.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void ExitMainThread()
216{
217 PostMessage(gWnd, WM_QUIT, 0, 0);
218}
219
220int wmain(int argc, wchar_t** argv)
221{

Callers 4

HandleCtrlEventFunction · 0.85
HandleWindowMessageFunction · 0.85
HandleTerminatedProcessFunction · 0.85
ConsumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected