lpsolve55put_msgfunc Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static void put_msgfunc(
IntPtr lp,
lpsolve55msgfunc newmsg,
int msghandle,
lpsolve55lpsolve_msgmask mask
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Sub put_msgfunc (
lp As IntPtr,
newmsg As lpsolve55msgfunc,
msghandle As Integer,
mask As lpsolve55lpsolve_msgmask
)
Request Example
View SourceParameters
- lp IntPtr
-
- newmsg lpsolve55msgfunc
-
- msghandle Int32
-
- mask lpsolve55lpsolve_msgmask
-
See Also