Synopsis
PDX_MSGT mpm_IssueMessage(long option, PDX_MSGT message, ...)
Purpose
Issue a message using the message processor.
Description
This function will output the specified text message using the current format settings. The variable argument list must match the format types specified in the message.
Input
option
MPM_BRIEF
Use the brief version of the message
MPM_NOFORMAT
Do not format the message, just return the text
MPM_NONEWLINE
Do not issue a newline at the end of the message
MPM_NOSTD
Do not output message to stdout/stderr
MPM_NOLOG
Do not output message to log file
MPM_TOKEN
Argument list contains tokens (MPM_TOKAP, MPM_TOKARGS, MPM_TOKTEXT, MPM_TOKSTREAM)
message
Message id @a ... Argument list
Return
MPM_NOERR or error