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

Function beNotified

src/NppJsonViewer/dllmain.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43extern "C" __declspec(dllexport) void beNotified(SCNotification* notifyCode)
44{
45 g_NppJsonPlugin.ProcessNotification(notifyCode);
46}
47
48// Here you can process the Npp Messages
49// I will make the messages accessible little by little, according to the need of plugin development.

Callers

nothing calls this directly

Calls 1

ProcessNotificationMethod · 0.80

Tested by

no test coverage detected