Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EIKSTART.H>
Link against: eikcore.lib

Class EikStart

class EikStart;

Description

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.

Members

Defined in EikStart:


Member functions


RunApplication(TApaApplicationFactory)

IMPORT_C static TInt RunApplication(TApaApplicationFactory aApplicationFactory);

Description

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.

Parameters

TApaApplicationFactory aApplicationFactory

Should be created implicitly by passing a pointer to a factory function, an ECOM plugin UID, or a CImplementationInformation reference.

Return value

TInt

See also: