API 文件集 > Miscellaneous > Object ProUIMessagedialog > Function ProUIMessagedialogTitleSet
Function ProUIMessagedialogTitleSet
Description
Set the title of a message dialog
Synopsis
#include <ProUIMessage.h>
ProUIMessagedialogTitleSet
(
const char* name
/* (In)
Name of the dialog
*/
const wchar_t* title
/* (In)
Text to be displayed in the title
*/
)
Returns
Dialog displayed successfully
Bad inputs
The function failed
User Guide References
這是否有幫助?