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.
  1. core.sys.windows.windef.LRESULT messageProc(core.sys.windows.windef.UINT Message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
  2. core.sys.windows.windef.LRESULT messageProc(core.sys.windows.windef.UINT Message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
  3. core.sys.windows.windef.LRESULT messageProc(core.sys.windows.windef.UINT Message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
    mixintemplate npp_messageProc()
    export pragma(mangle, "messageProc") extern (C) nothrow
    static if(!__traits(compiles, .messageProc))
    static if(!(!__traits(compiles, .pluginMessageProc)))
    static if(!(std.traits.hasFunctionAttributes!(.pluginMessageProc, "@nogc")))
    core.sys.windows.windef.LRESULT
    messageProc
    (
    core.sys.windows.windef.UINT Message
    ,
    core.sys.windows.windef.WPARAM wParam
    ,
    core.sys.windows.windef.LPARAM lParam
    )

Meta