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

Method CustomHandleMessage

IntelPresentMon/Core/source/win/Window.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 std::optional<LRESULT> Window::CustomHandleMessage(UINT msg, WPARAM wParam, LPARAM lParam)
171 {
172 return DefWindowProcW(hWnd, msg, wParam, lParam);
173 }
174
175 void Window::SetHandle(HWND hWnd_)
176 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected