Object ProUIMessagedialog

Function ProUIMessagedialogCreate


Description
Initialize a message dialog Note: This API intended is for transient and balloon message dialogs. For regular message dialogs use ProUIMessageDialogDisplay.
Synopsis
#include <ProUIMessage.h>
ProErrorProUIMessagedialogCreate(
const char* name
/* (In)
Name of the dialog
*/
ProUIMessageType type
/* (In)
The type of the message
*/
)
Returns
PRO_TK_NO_ERRORDialog initialized 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