mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[RAPPS] Introduce 'SizeBytes' DB entry and use it for display
This will allow us to reduce the DB size a little by avoiding duplication for each and every entry. Original patch by JIRA user "swyter" CORE-10310
This commit is contained in:
parent
da6a46c6ac
commit
627739aed9
6 changed files with 35 additions and 10 deletions
|
@ -41,6 +41,6 @@ class CConfigParser
|
|||
public:
|
||||
CConfigParser(const ATL::CStringW& FileName = "");
|
||||
|
||||
UINT GetString(const ATL::CStringW& KeyName, ATL::CStringW& ResultString);
|
||||
UINT GetInt(const ATL::CStringW& KeyName);
|
||||
BOOL GetString(const ATL::CStringW& KeyName, ATL::CStringW& ResultString);
|
||||
BOOL GetInt(const ATL::CStringW& KeyName, INT& iResult);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue