Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: COEFEPFF.H

SynchronouslyExecuteSettingsDialogL()

IMPORT_C void SynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment, const TDesC &aFullFileNameOfDll);

Description

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.

Parameters

CCoeEnv &aConeEnvironment

A reference to the application's control environment.

const TDesC &aFullFileNameOfDll

The full file name of the FEP's top-level DLL, i.e. something like "z:\system\fep\TFEP1.FEP".