mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
22
modules/rosapps/applications/sysutils/regexpl/Settings.h
Normal file
22
modules/rosapps/applications/sysutils/regexpl/Settings.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
#ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
#define OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
||||
|
||||
class CSettings
|
||||
{
|
||||
public:
|
||||
CSettings();
|
||||
~CSettings();
|
||||
HRESULT Load(LPCTSTR pszLoadKey);
|
||||
HRESULT Store(LPCTSTR pszStoreKey);
|
||||
LPCTSTR GetPrompt();
|
||||
WORD GetNormalTextAttributes();
|
||||
WORD GetCommandTextAttributes();
|
||||
private:
|
||||
HRESULT Clean();
|
||||
LPTSTR m_pszPrompt;
|
||||
WORD m_wNormalTextAttributes;
|
||||
WORD m_wCommandTextAttributes;
|
||||
};
|
||||
|
||||
#endif // #ifndef OPTIONS_H__a7382d2d_96b4_4472_974d_801281bd5327___INCLUDED
|
Loading…
Add table
Add a link
Reference in a new issue