|
|
|
Location:
HLPLCH.h
Link against: HLPMODEL.LIB
class HlpLauncher
Supported from 6.0
Launches the help application.
It assumes that such an application is at z:\System\Apps\CsHelp\CsHelp.app.
Defined in HlpLauncher:
DoLaunchHelpApplicationL(), LaunchHelpApplicationL(), LaunchHelpApplicationL(), LaunchHelpApplicationL()
static void LaunchHelpApplicationL(RWsSession& aWsSession, CArrayFix<TCoeHelpContext>* aContextList);
Launches the help application, passing an array of help contexts.
|
static void LaunchHelpApplicationL(RWsSession& aWsSession, TUid aUid);
Launches the help application, passing a help file UID.
|
static void LaunchHelpApplicationL(RWsSession& aWsSession);
Launches the help application.
|
private: static void DoLaunchHelpApplicationL(RWsSession& aWsSession, const TDesC8& aCmdLine);
This member is internal and not intended for use.