예제 #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
파일: lpsolve55.cs 프로젝트: hirous/test
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);