SwiUI::CommonUI::CUIUtils Class Reference

class SwiUI::CommonUI::CUIUtils
This class contains some common utility functions. SWInstCommonUI.lib
Since
3.0
Public Member Functions
IMPORT_C HBufC *ConstructVersionStringLC(TInt, TInt, TInt)
IMPORT_C TIntLoadResourceFileL(const TDesC &, CCoeEnv *)

Member Functions Documentation

ConstructVersionStringLC(TInt, TInt, TInt)

IMPORT_C HBufC *ConstructVersionStringLC(TIntaMajor,
TIntaMinor,
TIntaBuild
)[static]
Construct a string representation of given version.
Since
3.0

Parameters

TInt aMajor- Major version number.
TInt aMinor- Minor version number.
TInt aBuild

LoadResourceFileL(const TDesC &, CCoeEnv *)

IMPORT_C TIntLoadResourceFileL(const TDesC &aFileName,
CCoeEnv *aCoeEnv
)[static]
Load the given resource file.
Since
3.0

Parameters

const TDesC & aFileName- Resource file name with path, but without the drive letter
CCoeEnv * aCoeEnv- Pointer to valid CCoeEnv