
Replacement in Object TOOLKIT: |

ProMessageToBuffer | |
( ProLine translated_msg /* (Out) The formatted and translated message */ 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) 0 through 9 values of input variants. */ ) |

The function successfully printed the message. | |
The specified message file was not found. | |
The system could not read the message file. | |
The specified message was not found in the message file. | |
The message text (in the current language of the user interface) was not found. | |
There was a format error in the message text. | |
The message was longer than (PRO_LINE_SIZE - 1) characters and has been truncated to fit. | |
The specified message was not found in memory and the message file was read previously. This may indicate that there are two different message files with the same name; avoid this problem by including the application name in the file name. | |
The message was not printed. |


