npp_messageProc.messageProc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mixintemplate npp_messageProc(alias sub_menu_actions_def)
export pragma(mangle, "messageProc") extern (C) nothrow
static if((!__traits(compiles, .messageProc)) && (sub_menu_actions_def.length != 0))
core.sys.windows.windef.LRESULT
messageProc
(
core.sys.windows.windef.UINT Message
,
core.sys.windows.windef.WPARAM wParam
,
core.sys.windows.windef.LPARAM lParam
)
if (
std.traits.isArray!(typeof(sub_menu_actions_def))
)

Meta