npp-api v0.1.6-dev (2020-08-05T13:26:21Z)
Home
Dub
Repo
FuncItem
npp_api
powereditor
misc
pluginsmanager
plugininterface
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
C
)
struct
FuncItem {
static
import
core
.
sys
.
windows
.
winnt
;
;
core
.
sys
.
windows
.
winnt
.
WCHAR
[.
nbChar
]
_itemName
;
.
PFUNCPLUGINCMD
_pFunc
;
int
_cmdID
;
bool
_init2Check
;
.
ShortcutKey
*
_pShKey
;
}
Members
Variables
_cmdID
int
_cmdID
;
Notepad++ allocate this
_init2Check
bool
_init2Check
;
_itemName
core
.
sys
.
windows
.
winnt
.
WCHAR
[.
nbChar
]
_itemName
;
_pFunc
.
PFUNCPLUGINCMD
_pFunc
;
_pShKey
.
ShortcutKey
*
_pShKey
;
Meta
Source
See Implementation
npp_api
powereditor
misc
pluginsmanager
plugininterface
aliases
PBENOTIFIED
PFUNCGETFUNCSARRAY
PFUNCGETNAME
PFUNCPLUGINCMD
PFUNCSETINFO
structs
FuncItem
NppData
ShortcutKey
variables
PMESSAGEPROC
nbChar