Location:
COEFEPFF.H
IMPORT_C void SynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment, const TDesC &aFullFileNameOfDll);
Runs the FEP settings dialog.
The function is called by the FEPs control panel plug-in in order to run the settings dialog for the FEP. It must be exported by every FEP.
The function can leave with any of the system-wide error codes, for instance KErrNoMemory.
Note: the FEP may or may not be loaded when this function is called.
|