npp-api v0.1.6-dev (2020-08-05T13:26:21Z)
Home
Dub
Repo
npp_messageProc.messageProc
npp_api
pluginfunc
basic_interface
npp_messageProc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core
.
sys
.
windows
.
windef
.
LRESULT
messageProc
(core.sys.windows.windef.UINT Message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
core
.
sys
.
windows
.
windef
.
LRESULT
messageProc
(core.sys.windows.windef.UINT Message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
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
Source
See Implementation
npp_api
pluginfunc
basic_interface
npp_messageProc
functions
messageProc