API Documentation > Miscellaneous > Object ProUIMessage > Function ProUIMessageDialogDisplay
Function ProUIMessageDialogDisplay
Description
Displays the UI Message Dialog
Replacement in Object TOOLKIT:
Synopsis
#include <ProUIMessage.h>
ProUIMessageDialogDisplay
(
/* (In)
The type of the message
*/
wchar_t* title
/* (In)
The text to display as the dialog title
*/
wchar_t* msg_txt
/* (In)
The message text to be displayed in the dialog Note, to display '&' pass '&&' instead.
*/
/* (In)
A ProArray of possible button identifiers
*/
/* (In)
The identifier of the default button
*/
ProUIMessageButton* user_choice
/* (Out)
The identifier of the button that the user pressed to dismiss the dialog
*/
)
Returns
The function successfully loaded and displayed the dialog
Bad inputs
The function failed
Sample Code References
User Guide References
Was this helpful?