Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: HLPLCH.h
Link against: HLPMODEL.LIB

Class HlpLauncher

class HlpLauncher

Support

Supported from 6.0

Description

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()


Member functions


LaunchHelpApplicationL()

static void LaunchHelpApplicationL(RWsSession& aWsSession, CArrayFix<TCoeHelpContext>* aContextList);

Description

Launches the help application, passing an array of help contexts.

Parameters

RWsSession& aWsSession

Application's window server session

CArrayFix<TCoeHelpContext>* aContextList

Array of help contexts


LaunchHelpApplicationL()

static void LaunchHelpApplicationL(RWsSession& aWsSession, TUid aUid);

Description

Launches the help application, passing a help file UID.

Parameters

RWsSession& aWsSession

Application's window server session

TUid aUid

Help file UID


LaunchHelpApplicationL()

static void LaunchHelpApplicationL(RWsSession& aWsSession);

Description

Launches the help application.

Parameters

RWsSession& aWsSession

Application's window server session

[Top]


Internal members


DoLaunchHelpApplicationL()

private: static void DoLaunchHelpApplicationL(RWsSession& aWsSession, const TDesC8& aCmdLine);

Description

This member is internal and not intended for use.