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