npp-api v0.1.6-dev (2020-08-05T13:26:21Z)
Home
Dub
Repo
npp_DLLMain.DllMain
npp_api
pluginfunc
basic_interface
npp_DLLMain
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
core
.
sys
.
windows
.
windef
.
BOOL
DllMain
(core.sys.windows.basetsd.HANDLE hModule, core.sys.windows.windef.DWORD reasonForCall, core.sys.windows.winnt.LPVOID lpReserved)
core
.
sys
.
windows
.
windef
.
BOOL
DllMain
(core.sys.windows.basetsd.HANDLE hModule, core.sys.windows.windef.DWORD reasonForCall, core.sys.windows.winnt.LPVOID lpReserved)
mixintemplate
npp_DLLMain
()
version(D_BetterC)
export pragma(
mangle
, "DllMain") extern (
Windows
) nothrow @
nogc
static if
(
!__traits(compiles, .DllMain)
)
static if
(!(
!__traits(compiles, .pluginInit) && !__traits(compiles, .pluginCleanUp)
))
core.sys.windows.windef.BOOL
DllMain
(
core.sys.windows.basetsd.HANDLE
hModule
,
core.sys.windows.windef.DWORD
reasonForCall
,
core.sys.windows.winnt.LPVOID
lpReserved
)
core
.
sys
.
windows
.
windef
.
BOOL
DllMain
(core.sys.windows.basetsd.HANDLE hModule, core.sys.windows.windef.DWORD reasonForCall, core.sys.windows.winnt.LPVOID lpReserved)
Meta
Source
See Implementation
npp_api
pluginfunc
basic_interface
npp_DLLMain
functions
DllMain