C/Front SetShowMessageHandler Part 2

This is the my second topic related to this C/Front function. My other problem still persists but I also need more information on this function. The DBL_U32 MsgType parameter. What are the possible values? How/when is it used?

MsgType are Monule No. Now it is 1…233, maybe more. It is used together with ErrorCode to receive error text from stx and etx files.

So you are saying that the ErrorCode passed to the SetShowMessageHandler does not contain the module number and that the ErrorCode passed to SetExceptionHandler does (as referred to in the C/Front documentation).

:confused: Hmmm, I found in cf.h: #define DBL_Msg_Critical 0x002010 #define DBL_Msg_Warning 0x002030 So, now I don’t saying that MsgType is ModuleCode :slight_smile: Sorry.