Location:
EIKSTART.H
Link against: eikcore.lib
class EikStart;
This is the API to initialise and run the application architecture for applications built as exes. It is not intended to be
used for generally running applications from other code. Use RApaLsSession
for that.
Defined in EikStart
:
RunApplication()
static IMPORT_C TInt RunApplication(TApaApplicationFactory aApplicationFactory);
Called to run the application specified in aApplicationFactory using the command line of the current process. This overload
of the function should be called from the E32Main()
function. This overload should not be called from the WinsMain() function in an exedll in EKA1 - the version that takes the
command line as a parameter should.
|
|