
ProMessageWstringbufferAlloc | |
( wchar_t** translated_msg /* (Out) The formatted and translated message, Free this string using ProWstringFree(). */ 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 was not found in the message file. | |
There was a format error in the message text. | |
Output parameter is NULL. |

