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

Method LookupMessageName

IntelPresentMon/Core/source/win/Window.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 const wchar_t *Window::LookupMessageName(DWORD msg)
195 {
196 static MessageMap messageMap;
197 return messageMap.GetMessageName(msg);
198 }
199
200 gfx::DimensionsI RectToDims(const RECT& r)
201 {

Callers

nothing calls this directly

Calls 1

GetMessageNameMethod · 0.80

Tested by

no test coverage detected