Click or drag to resize

lpsolve55put_msgfunc Method


Namespace: DWSIM.MathOps
Assembly: 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
)
Request Example View Source

Parameters

lp  IntPtr
 
newmsg  lpsolve55msgfunc
 
msghandle  Int32
 
mask  lpsolve55lpsolve_msgmask
 
See Also