CIniFileData Class Reference
class CIniFileData : public CBase |
Defines an interface to access the ini data file
Constructor & Destructor Documentation
~CIniFileData()
Destructor.
Frees the resources located in second-phase constructor
Member Functions Documentation
ConstructL(const TDesC &)
void | ConstructL | ( | const TDesC & | aName | ) | [private] |
Second-phase constructor.
The function attempts to allocate a buffer and Read file's contents into iPtr
-
leave
- One of the system-wide error codes
Parameters
const TDesC & aName | the name of the file which contains the ini data |
FindVar(const TDesC &, const TDesC &, TPtrC &)
Find a text value from given aKeyName and aSecName in the ini data file
Parameters
const TDesC & aSectName | Section containing key |
const TDesC & aKeyName | Key being searched for in aSectName |
TPtrC & aResult | On return, contains the text result |
NewL(const TDesC &)
Creates, and returns a pointer to CIniFileData object, leave on failure
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.