ReactOS 0.4.16-dev-91-g764881a
|
Public Member Functions | |
SettingsFieldString (WCHAR *pString, ULONG cchLen, LPCWSTR szRegName) | |
virtual BOOL | Save (CRegKey &key) override |
virtual BOOL | Load (CRegKey &key) override |
Public Member Functions inherited from SettingsField | |
virtual | ~SettingsField () |
virtual BOOL | Save (CRegKey &key)=0 |
virtual BOOL | Load (CRegKey &key)=0 |
Private Attributes | |
WCHAR * | m_pStringStore |
ULONG | m_StringLen |
LPCWSTR | m_RegName |
Definition at line 86 of file settings.cpp.
|
inline |
Definition at line 89 of file settings.cpp.
Implements SettingsField.
Definition at line 95 of file settings.cpp.
|
private |
Definition at line 108 of file settings.cpp.
|
private |
Definition at line 110 of file settings.cpp.
|
private |
Definition at line 109 of file settings.cpp.
Referenced by Load().