Object
ProUIMessagedialog
Function ProUIMessagedialogTitleSet
Description
Set the title of a message dialog
Synopsis
#include <
ProUIMessage.h
>
ProError
ProUIMessagedialogTitleSet
(
const char*
name
/* (In)
Name of the dialog
*/
const
wchar_t
*
title
/* (In)
Text to be displayed in the title
*/
)
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