Show

Output of a simple message.
VAR_INPUT
dLogType : DWORD;
sLogCode : T_MaxString;
sLogText : T_MaxString;
bIgnoreBlock : BOOL;
dLogType: Log type of the message to be displayed.
sLogCode: Optional, context-related additional information.
sLogText: Content of the message.
bIgnoreBlock: Prevents the suppression of cyclically repeated messages.
VAR_OUTPUT
Show : BOOL;
Show: Indicator of whether a message was output (TRUE) or discarded (FALSE).