npp-api ~master (2022-06-07T14:40:38.0936985)
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 {
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