|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| static LONG | HeightFromPointSize (DWORD dwPointSize) |
| static DWORD | PointSizeFromHeight (LONG lHeight) |
| static BOOL | QueryGeneric (HKEY hKey, LPCTSTR pszValueNameT, DWORD dwExpectedType, LPVOID pvResult, DWORD dwResultSize) |
| static BOOL | QueryDword (HKEY hKey, LPCTSTR pszValueName, DWORD *pdwResult) |
| static BOOL | QueryByte (HKEY hKey, LPCTSTR pszValueName, BYTE *pbResult) |
| static BOOL | QueryBool (HKEY hKey, LPCTSTR pszValueName, BOOL *pbResult) |
| static BOOL | QueryString (HKEY hKey, LPCTSTR pszValueName, LPTSTR pszResult, DWORD dwResultLength) |
| void | NOTEPAD_LoadSettingsFromRegistry (PWINDOWPLACEMENT pWP) |
| static BOOL | SaveDword (HKEY hKey, LPCTSTR pszValueNameT, DWORD dwValue) |
| static BOOL | SaveString (HKEY hKey, LPCTSTR pszValueNameT, LPCTSTR pszValue) |
| void | NOTEPAD_SaveSettingsToRegistry (void) |
Variables | |
| static LPCTSTR | s_szRegistryKey = _T("Software\\Microsoft\\Notepad") |
Definition at line 17 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry().
| void NOTEPAD_LoadSettingsFromRegistry | ( | PWINDOWPLACEMENT | pWP | ) |
Definition at line 105 of file settings.c.
Referenced by _tWinMain().
Definition at line 236 of file settings.c.
Referenced by NOTEPAD_WndProc().
Definition at line 29 of file settings.c.
Referenced by NOTEPAD_SaveSettingsToRegistry().
Definition at line 81 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry().
Definition at line 70 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry().
Definition at line 65 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry(), and QueryBool().
|
static |
Definition at line 46 of file settings.c.
Referenced by QueryByte(), QueryDword(), and QueryString().
|
static |
Definition at line 90 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry().
Definition at line 221 of file settings.c.
Referenced by NOTEPAD_SaveSettingsToRegistry().
Definition at line 226 of file settings.c.
Referenced by NOTEPAD_SaveSettingsToRegistry().
Definition at line 14 of file settings.c.
Referenced by NOTEPAD_LoadSettingsFromRegistry(), and NOTEPAD_SaveSettingsToRegistry().