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

Function AppQuitMessageLoop

IntelPresentMon/AppCef/source/winmain.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void AppQuitMessageLoop()
162{
163 if (hwndAppMsg != nullptr) {
164 PostMessage(hwndAppMsg, WM_COMMAND, quitCefCode, 0);
165 }
166}
167
168
169int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

Callers 1

OnBeforeCloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected