Location:
COEFEPFF.H
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.
|
|