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

Method GetDefaultClass

IntelPresentMon/Core/source/win/Window.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 ATOM Window::GetDefaultClass()
165 {
166 static WndClass defaultClass;
167 return defaultClass.GetAtom();
168 }
169
170 std::optional<LRESULT> Window::CustomHandleMessage(UINT msg, WPARAM wParam, LPARAM lParam)
171 {

Callers

nothing calls this directly

Calls 1

GetAtomMethod · 0.80

Tested by

no test coverage detected