Description | |||||||||||||||||||||||||||||
Prints a text message to the Creo Parametric message area, then scrolls previous messages to make room for the new message. The function looks for the message name in the specified message file, which provides a mapping between the message name and the actual text of the message to be displayed.
This function takes 0 to 10 additional arguments to be substituted for conversion specifiers in the text of the message, similar to printf().
|
|||||||||||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcSession::UIDisplayMessage | ||||||||||||||||||||||||||||
pfcSession::UIDisplayLocalizedMessage | |||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
#include <ProMessage.h> | |||||||||||||||||||||||||||||
ProError | ProMessageDisplay | ( | |||||||||||||||||||||||||||
ProFileName file_name | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The name of the file that contains the message | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProCharLine message_name | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The name of the message in the file | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
... | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The subsequent arguments for the values inserted into the format string are pointers, not values. These values can be data inserted into the message or default values for the data to be read from user input. Although the list of arguments for the values is variable in number, there is a maximum of 10. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||
|