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

Function GetWindowTitle

IntelPresentMon/Core/source/win/WinAPI.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 std::wstring GetWindowTitle(HWND hWnd)
27 {
28 wchar_t buffer[512];
29 GetWindowTextW(hWnd, buffer, (int)std::size(buffer));
30 return buffer;
31 }
32}

Callers 4

ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85
CallbackMethod · 0.85
HandleMethod · 0.85

Calls 1

sizeClass · 0.50

Tested by

no test coverage detected