Пример #1
0
 public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);
Пример #2
0
 public static extern void put_msgfunc(IntPtr lp, msgfunc newmsg, int msghandle, int mask);
Пример #3
0
 public void put_msgfunc(msgfunc newmsg, IntPtr msghandle, int mask)
 {
     Interop.put_msgfunc(_lp, newmsg, msghandle, mask);
 }
Пример #4
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);
Пример #5
0
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);