npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
plugin_messageBox
npp_api
pluginfunc
basic
Undocumented in source.
version(Windows)
mixin template
plugin_messageBox (
wstring
plugin_name
) {
void
msgbox
(const(C)[] message);
trusted_msgbox
(wchar[] c_string);
void
show_windows_error
(core.sys.windows.windef.DWORD lang_id);
void
debug_format_msgbox
(A value);
}
Members
Functions
debug_format_msgbox
void
debug_format_msgbox
(A value)
Undocumented in source.
msgbox
void
msgbox
(const(C)[] message)
show message
show_windows_error
void
show_windows_error
(core.sys.windows.windef.DWORD lang_id)
Windowsのシステムエラーメッセージを表示する関数
trusted_msgbox
trusted_msgbox
(wchar[] c_string)
Undocumented in source.
Meta
Source
See Implementation
npp_api
pluginfunc
basic
functions
debug_format_msgbox
msgbox
show_windows_error
mixin templates
plugin_messageBox