|
Pass message to AIMMS using wide-characters.
virtual void PassMessageW( _LONG_T priority, _TCHAR msg[] ) = 0;
Parameters |
Description |
_LONG_T priority |
The priority level of the message.Value taken from the MessagePriorityLevel enumeration. |
_TCHAR msg[] |
Buffer containing the wide-character message. The length of the string, including the terminating '\0', should be at most 256. |
The PassMessageW method does not have a return value.
The PassMessageW method is the wide-character version of PassMessage. It can be used to pass informational messages to AIMMS. Depending on a priority flag, these messages are printed in the Message Window of AIMMS.