Object
ProUIMessagedialog
Function ProUIMessagedialogMessageSet
Description
Set the message of the dialog
Synopsis
#include <
ProUIMessage.h
>
ProError
ProUIMessagedialogMessageSet
(
const char*
name
/* (In)
Name of the dialog
*/
const
wchar_t
*
message
/* (In)
Text to be displayed in the message
*/
)
Returns
PRO_TK_NO_ERROR
Dialog displayed successfully
PRO_TK_BAD_INPUTS
Bad inputs
PRO_TK_GENERAL_ERROR
The function failed
Manual References:
User Interface: Messages: Writing a Message to the Message Window
User Interface: Messages: Writing a Message to the Message Window
Technical Summary of Changes for Creo 11.0.0.0: Messages