Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: HLPLCH.H
Link against: hlplch.lib

Class HlpLauncher

class HlpLauncher;

Description

Launches the help application.

It assumes that such an application is at z:\System\Apps\CsHelp\CsHelp.exe.

Members

Defined in HlpLauncher:
LaunchHelpApplicationL(), LaunchHelpApplicationL(), LaunchHelpApplicationL()


Member functions


LaunchHelpApplicationL()

static IMPORT_C 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 IMPORT_C 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 IMPORT_C void LaunchHelpApplicationL(RWsSession &aWsSession);

Description

Launches the help application.

Parameters

RWsSession &aWsSession

Application's window server session