MWsIniFile Class Reference

class MWsIniFile : public MWsObjectProvider

An Interface to allow CRP's and CWsPlugins to access the wserv ini file

Inherits from

Member Functions Documentation

FindVar(const TDesC &, TPtrC &)

TBool FindVar(const TDesC &aVarName,
TPtrC &aResult
)[pure virtual]

Find the value of the specified variable if present in the window server ini file.

Parameters

const TDesC & aVarNameTDesC containing the name of the variable to find.
TPtrC & aResultTPtrC that gets set to the value of the ini variable.

FindVar(const TDesC &, TInt &)

TBool FindVar(const TDesC &aVarName,
TInt &aResult
)[pure virtual]

Find the value of the specified variable if present in the window server ini file.

Parameters

const TDesC & aVarNameTDesC containing the name of the variable to find
TInt & aResultTInt that gets set to the value of the ini variable

FindVar(const TDesC &)

TBool FindVar(const TDesC &aVarName)[pure virtual]

Find if the variable is present in the ini file

Parameters

const TDesC & aVarNameTDesC containing the name of the variable to find

FindVar(TInt, const TDesC &)

TBool FindVar(TIntaScreen,
const TDesC &aVarName
)[pure virtual]

Find if the variable is present in the [SCREENx] section

Parameters

TInt aScreenTInt containing the screen number
const TDesC & aVarNameTDesC containing the name of the variable to find

FindVar(TInt, const TDesC &, TInt &)

TBool FindVar(TIntaScreen,
const TDesC &aVarName,
TInt &aResult
)[pure virtual]

Find the value of the specified variable if present in the [SCREENx] section of the ini file

Parameters

TInt aScreenTInt containing the screen number
const TDesC & aVarNameTDesC containing the name of the variable to find
TInt & aResultTInt that gets set to the value of the ini variable

FindVar(TInt, const TDesC &, TPtrC &)

TBool FindVar(TIntaScreen,
const TDesC &aVarName,
TPtrC &aResult
)[pure virtual]

Find the value of the specified variable if present in the [SCREENx] section of the ini file

Parameters

TInt aScreenTInt containing the screen number
const TDesC & aVarNameTDesC containing the name of the variable to find
TPtrC & aResultTPtrC that gets set to the value of the ini variable.

FindVar(const TDesC &, const TDesC &)

TBool FindVar(const TDesC &aSection,
const TDesC &aVarName
)[pure virtual]

Find if the specified variable is present in the named section of the ini file

Parameters

const TDesC & aSectionTDesC containing the name of the section
const TDesC & aVarNameTDesC containing the name of the variable to find

FindVar(const TDesC &, const TDesC &, TInt &)

TBool FindVar(const TDesC &aSection,
const TDesC &aVarName,
TInt &aResult
)[pure virtual]

Find the value of the specified variable in the named section of the ini file.

Parameters

const TDesC & aSectionTDesC containing the name of the section
const TDesC & aVarNameTDesC containing the name of the variable to find
TInt & aResultTInt that gets set to the value of the ini variable

FindVar(const TDesC &, const TDesC &, TPtrC &)

TBool FindVar(const TDesC &aSection,
const TDesC &aVarName,
TPtrC &aResult
)[pure virtual]

Find the value of the specified variable in the named section of the ini file.

Parameters

const TDesC & aSectionTDesC containing the name of the section
const TDesC & aVarNameTDesC containing the name of the variable to find
TPtrC & aResultTPtrC that gets set to the value of the ini variable.