C++
virtual ACPL_PORT int messageBox( const ACHAR * pText, const ACHAR * pCaption, unsigned int uType, int defaultReturn );
Description
Provides a method to display a general UI message box. The strings are expected to be globalized before the method is invoked.
Returns a Windows menu-item value; see the Microsoft MessageBoxEx documentation for more information.
Parameters
Parameters | Description |
---|---|
pText | Input pointer to the text to be displayed in the message box |
pCaption | Input pointer to the title for the message box |
uType | Input standard message box flags |
defaultReturn | Input return value when in quiet mode |