MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / CallWndProc

Function CallWndProc

ExplorerHooks/api.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "constants.hpp"
11
12LRESULT CALLBACK CallWndProc(int nCode, WPARAM wParam, LPARAM lParam) noexcept
13{
14 // Placeholder
15 return CallNextHookEx(nullptr, nCode, wParam, lParam);
16}
17
18HHOOK InjectExplorerHook(HWND window) noexcept
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected