#include "inifile.h"
| class BSUL::CIniFile8 : public CBase |
| Public Member Functions | |
|---|---|
| ~CIniFile8() | |
| IMPORT_C TInt | FindVar(const TDesC8 &, const TDesC8 &, TPtrC8 &) |
| IMPORT_C CIniFile8 * | NewL(RFs &, const TDesC &) |
A light weight parser for reading setting values from an 8 bit ini file. Note that this does not guarantee checking that the ini file is wellformed. See CIniFile16 for a class that handles both 8 and 16 bit files.
Get the value of a key within a section
| Parameter | Description |
|---|---|
| aSectionName | the section where the key resides |
| aKeyName | the key name |
| aValue | pointer to the key value |
Returns: KErrNotFound if either section or keyname not found KErrNone if successful