Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExecuteOnRenderer
Method · 0.85
ExecuteOnRenderer
Method · 0.85
Callback
Method · 0.85
Handle
Method · 0.85
Calls
1
size
Class · 0.50
Tested by
no test coverage detected