npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
npp_getName
npp_api
pluginfunc
basic_interface
Undocumented in source.
mixintemplate
npp_getName
()
version(Windows)
mixin template
npp_getName () {
static if
(
!__traits(compiles, .getName)
)
const
(
core
.
sys
.
windows
.
winnt
.
WCHAR
)*
getName
();
}
mixintemplate
npp_getName
(wstring plugin_name)
Members
Functions
getName
const
(
core
.
sys
.
windows
.
winnt
.
WCHAR
)*
getName
()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
npp_api
pluginfunc
basic_interface
functions
npp_init_main_menu
mixin templates
npp_DLLMain
npp_beNotified
npp_getFuncsArray
npp_getName
npp_isUnicode
npp_main_menu
npp_messageProc
npp_nppData
npp_plugin_interface
npp_setInfo
structs
plugin_DLL_info
templates
is_DllMain
is_npp_func
is_plugin_func