Location:
HLPLCH.H
Link against: hlplch.lib
class HlpLauncher;
Launches the help application.
It assumes that such an application is at z:\System\Apps\CsHelp\CsHelp.exe.
Defined in HlpLauncher
:
LaunchHelpApplicationL()
, LaunchHelpApplicationL()
, LaunchHelpApplicationL()
static IMPORT_C void LaunchHelpApplicationL(RWsSession &aWsSession, CArrayFix< TCoeHelpContext > *aContextList);
Launches the help application, passing an array of help contexts.
|
static IMPORT_C void LaunchHelpApplicationL(RWsSession &aWsSession, TUid aUid);
Launches the help application, passing a help file UID.
|
static IMPORT_C void LaunchHelpApplicationL(RWsSession &aWsSession);
Launches the help application.
|