const TUid | KSysStartPropertyCat |
RProperty category to display a splash screen during startup.
const TUint | KSplashPropertyKey |
RProperty key to display a splash screen during startup. If the property has a value of zero a splash screen will be displayed by the emulator. If the property has a value of one the splash screen will be removed by the emulator.
typedef TInt(* | Dllfunctiontype |
The DLL functions are intended for licensee use. The function enables the licensee to provide a DLL containing custom functions along with data structs containing data to be passed to the functions. The system starter will load the DLL and invoke the required function, passing a reference to the data provided.
They must conform to TInt functionName(const TDesC8&) signature.
A function of this type takes a single const TDesc8& type argument, and returns a TInt type.
The function must return an error code only if it makes sense to re-try the invocation. Otherwise it should return KErrNone.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.