MCPcopy 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
52HWND FindMainWindow() {
53 HWND ret {0};
54 EnumWindows(&FindMainWindowCallback, reinterpret_cast<LPARAM>(&ret));
55 return ret;
56}
57
58}// namespace OpenKneeboard

Callers 3

InstallVTableHookOnceMethod · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected