示例#1
0
 static IntPtr getName()
 {
     return(PluginProxy.getName());
 }
示例#2
0
 static void beNotified(IntPtr notifyCode)
 {
     PluginProxy.beNotified(notifyCode);
 }
示例#3
0
 static uint messageProc(uint Message, IntPtr wParam, IntPtr lParam)
 {
     return(PluginProxy.messageProc(Message, wParam, lParam));
 }
示例#4
0
 static IntPtr getFuncsArray(ref int nbF)
 {
     return(PluginProxy.getFuncsArray(ref nbF));
 }
示例#5
0
 static void setInfo(NppData notepadPlusData)
 {
     PluginProxy.setInfo(notepadPlusData);
 }
示例#6
0
 static bool isUnicode()
 {
     return(PluginProxy.isUnicode());
 }
示例#7
0
 static UnmanagedExports()
 {
     // Debug.Assert(false);
     PluginProxy.Init();
 }