npp_DLLMain.DllMain

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. core.sys.windows.windef.BOOL DllMain(core.sys.windows.basetsd.HANDLE hModule, core.sys.windows.windef.DWORD reasonForCall, core.sys.windows.winnt.LPVOID lpReserved)
  2. core.sys.windows.windef.BOOL DllMain(core.sys.windows.basetsd.HANDLE hModule, core.sys.windows.windef.DWORD reasonForCall, core.sys.windows.winnt.LPVOID lpReserved)
  3. 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)
    static if(!__traits(compiles, .DllMain))
    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