MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / messageProc

Function messageProc

pluginManager/src/PluginManager.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 * This function is called, if a notification from Notepad occurs
194 */
195extern "C" __declspec(dllexport) LRESULT messageProc(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lParam*/)
196{
197
198
199 return TRUE;
200}
201
202
203#ifdef _UNICODE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected