#include <mw/eikenv.h>
class MEikInfoDialog |
Interface for launching a dialog with a title and a message, for instance a query dialog.
Dialogs implementing this interface can be passed to CEikonEnv::SetQueryDialog() or CEikonEnv::SetInfoDialog().
Initialises and executes the dialog.
Parameters | |
---|---|
aResource | The ID of the DIALOG resource that identifies the dialog's type. For instance, a query dialog (with Yes/No buttons) or an info dialog (with a Continue button). |
aTitle | The dialog's title. |
aMsg | The message to display in the dialog. |