Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKneeboard/OpenKneeboard
/ FindMainWindow
Function
FindMainWindow
src/injectables/FindMainWindow.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
HWND FindMainWindow() {
53
HWND ret {0};
54
EnumWindows(&FindMainWindowCallback, reinterpret_cast<LPARAM>(&ret));
55
return ret;
56
}
57
58
}// namespace OpenKneeboard
Callers
3
InstallVTableHookOnce
Method · 0.85
Initialize
Method · 0.85
WatchForEnvironmentChanges
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected