Additional change for r852,r856. Improved reading the network statistics from Rainmeter.stats.

Some cosmetic changes.
This commit is contained in:
spx
2011-07-08 22:50:02 +00:00
parent 6c0ea88266
commit c2e3b6292d
4 changed files with 19 additions and 7 deletions

View File

@ -62,6 +62,7 @@ public:
double ReadFloat(LPCTSTR section, LPCTSTR key, double defValue);
double ReadFormula(LPCTSTR section, LPCTSTR key, double defValue);
int ReadInt(LPCTSTR section, LPCTSTR key, int defValue);
unsigned int ReadUInt(LPCTSTR section, LPCTSTR key, unsigned int defValue);
Gdiplus::Color ReadColor(LPCTSTR section, LPCTSTR key, const Gdiplus::Color& defValue);
Gdiplus::Rect ReadRect(LPCTSTR section, LPCTSTR key, const Gdiplus::Rect& defValue);
RECT ReadRECT(LPCTSTR section, LPCTSTR key, const RECT& defValue);