coefepff.h File Reference

NewFepL ( CCoeEnv &, const TDesC &, const CCoeFepParameters & )

IMPORT_C CCoeFep *NewFepL(CCoeEnv &aConeEnvironment,
const TDesC &aFullFileNameOfDll,
const CCoeFepParameters &aFepParameters
)

FEP factory function which must be exported by every FEP.

The function is called by the UI Control Framework when it loads the FEP. It returns a fully constructed object of a CCoeFep-derived class, and passes ownership of that object to the caller.

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

Parameters
aConeEnvironmentA reference to the application's control environment.
aFullFileNameOfDllThe full file name of the FEP's top-level DLL, i.e. something like "z:\system\fep\TFEP1.FEP". A FEP could use this parameter to work out the location of its resource file.
aFepParametersFEP parameters. These should simply be passed to CCoeFep::BaseConstructL().
Return Value
A pointer to the newly created object belonging to a CCoeFep-derived class.

SynchronouslyExecuteSettingsDialogL ( CCoeEnv &, const TDesC & )

IMPORT_C voidSynchronouslyExecuteSettingsDialogL(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.

Parameters
aConeEnvironmentA reference to the application's control environment.
aFullFileNameOfDllThe full file name of the FEP's top-level DLL, i.e. something like "z:\system\fep\TFEP1.FEP".

Reserved_1 ( )

IMPORT_C voidReserved_1()

Reserved_2 ( )

IMPORT_C voidReserved_2()

Reserved_3 ( )

IMPORT_C voidReserved_3()

Reserved_4 ( )

IMPORT_C voidReserved_4()

Reserved_5 ( )

IMPORT_C voidReserved_5()

Reserved_6 ( )

IMPORT_C voidReserved_6()

Reserved_7 ( )

IMPORT_C voidReserved_7()

Reserved_8 ( )

IMPORT_C voidReserved_8()