|
|
|
|
Location:
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().
Defined in MEikInfoDialog:
RunDlgLD()
virtual TBool RunDlgLD(TInt aResource, const TDesC &aTitle, const TDesC &aMsg)=0;
Initialises and executes the dialog.
|
|