- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / sysutils / regexpl / Settings.h
1 /* $Id$ */
2
3 #ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
4 #define OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
5
6 class CSettings
7 {
8 public:
9 CSettings();
10 ~CSettings();
11 HRESULT Load(LPCTSTR pszLoadKey);
12 HRESULT Store(LPCTSTR pszStoreKey);
13 LPCTSTR GetPrompt();
14 WORD GetNormalTextAttributes();
15 WORD GetCommandTextAttributes();
16 private:
17 HRESULT Clean();
18 LPTSTR m_pszPrompt;
19 WORD m_wNormalTextAttributes;
20 WORD m_wCommandTextAttributes;
21 };
22
23 #endif // #ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED