MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / messageProc

Function messageProc

src/NppJsonViewer/dllmain.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51// http://sourceforge.net/forum/forum.php?forum_id=482781
52//
53extern "C" __declspec(dllexport) LRESULT messageProc(UINT msg, WPARAM wParam, LPARAM lParam)
54{
55 return g_NppJsonPlugin.MessageProc(msg, wParam, lParam);
56}
57
58#ifdef UNICODE
59extern "C" __declspec(dllexport) BOOL isUnicode()

Callers

nothing calls this directly

Calls 1

MessageProcMethod · 0.80

Tested by

no test coverage detected