Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: coefepff.h
Link against: cone.lib

SynchronouslyExecuteSettingsDialogL()

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

Support

Supported from 6.0

Description

Run FEP settings dialog.

The function is called by the FEP control-panel plug-in in order to run the settings-dialog of that FEP. It must be exported by every FEP.

Note:

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".

Leave codes

 

The function can leave with any of the system-wide error codes, e.g. KErrNoMemory .