MCPcopy Create free account
hub / github.com/begla/Intrinsic / DummyWindowProc

Function DummyWindowProc

IntrinsicEd/src/IntrinsicEd.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44WNDPROC _sdlWindowProc;
45
46LRESULT DummyWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
47{
48 return 0u;
49}
50
51LRESULT FilterWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected