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

Method SetHandle

IntelPresentMon/Core/source/win/Window.cpp:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void Window::SetHandle(HWND hWnd_)
176 {
177 pmlog_verb(v::core_window)(std::format("hwnd:{:8x}", (uint64_t)hWnd_));
178 if (hWnd != nullptr)
179 {
180 pmlog_warn("handle already set for window");
181 }
182 hWnd = hWnd_;
183 }
184
185 void Window::LogMessage(DWORD msg, LPARAM, WPARAM)
186 {

Callers 1

SetupWndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected