代码拉取完成,页面将自动刷新
package main
/*
#include <windows.h>
*/
import "C"
type HWND = uintptr
type LRESULT = uintptr
type UINT = uint32
type WPARAM = uintptr
type LPARAM = uintptr
type PTCHAR = uintptr
type NppData struct {
NppHandle HWND
ScintillaMainHandle HWND
ScintillaSecondHandle HWND
}
// PFuncSetInfo
//type PFUNCSETINFO func() procedure(NppData: TNppData);cdecl;
type PFUNCSETINFO = uintptr
// PFuncPluginCmd
//PFUNCPLUGINCMD = procedure;cdecl;
type PFUNCPLUGINCMD = uintptr
// PBeNotified
//PBENOTIFIED = procedure(var SCNotification: TSCNotification);cdecl;
type PBENOTIFIED = uintptr
// PMessageProc
//PMESSAGEPROC = function(iMessage: UINT; wParam: WPARAM; lParam: LPARAM):LRESULT;cdecl;
type PMESSAGEPROC = uintptr
type ShortcutKey struct {
IsCtrl bool
IsAlt bool
IsShift bool
Key byte
}
const nbChar = 64
type FuncItem struct {
ItemName [nbChar]uint16
PFunc PFUNCPLUGINCMD
CmdID int32
Init2Check bool
PShKey *ShortcutKey
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。