MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / WndProc

Function WndProc

MonaBase/sources/SocketManager.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#if defined(_WIN32)
39LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
40 return DefWindowProc(hwnd, uMsg, wParam, lParam);
41}
42#endif
43
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected