Object ProUIMessagedialog

Function ProUIMessagedialogTitleSet


Description
Set the title of a message dialog
Synopsis
#include <ProUIMessage.h>
ProErrorProUIMessagedialogTitleSet(
const char* name
/* (In)
Name of the dialog
*/
const wchar_t* title
/* (In)
Text to be displayed in the title
*/
)
Returns
PRO_TK_NO_ERRORDialog displayed successfully
PRO_TK_BAD_INPUTSBad inputs
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Messages: Writing a Message to the Message Window
  2. User Interface: Messages: Writing a Message to the Message Window
  3. Technical Summary of Changes for Creo 11.0.0.0: Messages