Initializing help system before first use

XPRS_ge_getcbmsghandler

XPRS_ge_getcbmsghandler


Purpose
This function is deprecated and may be removed in future releases. Get the output callback function for the global environment, as set by XPRS_ge_setcbmsghander.
Synopsis
int XPRS_CC XPRS_ge_getcbmsghandler(int (XPRS_CC **r_f_msghandler)(XPRSobject vXPRSObject, void * vUserContext, void * vSystemThreadId, const char * sMsg, int iMsgType, int iMsgNumber), void **object);
Arguments
r_f_msghandler 
Pointer to the memory where the callback function will be returned.
object 
Pointer to the memory where the callback function context value will be returned.
Related topics