![]() |
MKI_DialogMessage (Dialogs) New in Version 6.50 |
www.CAD6.com |
C++ Syntax__int32 MKI_DialogMessage( const LPCWSTR f_pszText, const LPCWSTR f_pszCaption, __int32 f_nMode );
Shows and processes a standard message dialog.
ParametersText [const LPCWSTR] Text to be displayed in the message dialog. Caption [const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption. If Caption is nullptr, a default caption (such as "Message") will be displayed. Mode [__int32] Button display mode (see MKI_MESSAGE_*).
Return ValueReturns the button selected by the user or a failure notice (see MKI_BUTTON_*).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH