lpsolve55put_msgfunc Method

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
[DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true, 
	SetLastError = true)]
public static void put_msgfunc(
	IntPtr lp,
	lpsolve55msgfunc newmsg,
	int msghandle,
	lpsolve55lpsolve_msgmask mask
)

Parameters

lp  IntPtr
 
newmsg  lpsolve55msgfunc
 
msghandle  Int32
 
mask  lpsolve55lpsolve_msgmask
 

See Also