Initializing help system before first use

XPRS_msp_getcbmsghandler

XPRS_msp_getcbmsghandler


Purpose
Get the output callback function, as set by XPRS_msp_setcbmsghandler.
Synopsis
int XPRS_CC XPRS_msp_getcbmsghandler(XPRSmipsolpool msp, int (XPRS_CC **r_f_msghandler)(XPRSobject vXPRSObject, void * vUserContext, void * vSystemThreadId, const char * sMsg, int iMsgType, int iMsgNumber), void **object);
Arguments
msp 
The current MIP solution pool.
r_f_msghandler 
Pointer to the memory where the callback function will be returned.
Related topics