ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static LRESULT | registry_get_handle (HKEY *hKey, LPDWORD action, LPCWSTR subKey) |
void | registry_set_options (HWND hMainWnd) |
void | registry_read_winrect (RECT *rc) |
void | registry_read_maximized (DWORD *bMaximized) |
static void | truncate_path (LPWSTR file, LPWSTR out, LPWSTR pos1, LPWSTR pos2) |
static void | format_filelist_filename (LPWSTR file, LPWSTR out) |
void | registry_read_filelist (HWND hMainWnd) |
void | registry_set_filelist (LPCWSTR newFile, HWND hMainWnd) |
int | reg_formatindex (WPARAM format) |
void | registry_read_options (void) |
static void | registry_read_formatopts (int index, LPCWSTR key, DWORD barState[], DWORD wordWrap[]) |
void | registry_read_formatopts_all (DWORD barState[], DWORD wordWrap[]) |
static void | registry_set_formatopts (int index, LPCWSTR key, DWORD barState[], DWORD wordWrap[]) |
void | registry_set_formatopts_all (DWORD barState[], DWORD wordWrap[]) |
Variables | |
static const WCHAR | key_recentfiles [] |
static const WCHAR | key_options [] = {'O','p','t','i','o','n','s',0} |
static const WCHAR | key_settings [] = {'S','e','t','t','i','n','g','s',0} |
static const WCHAR | key_rtf [] = {'R','T','F',0} |
static const WCHAR | key_text [] = {'T','e','x','t',0} |
static const WCHAR | var_file [] = {'F','i','l','e','%','d',0} |
static const WCHAR | var_framerect [] = {'F','r','a','m','e','R','e','c','t',0} |
static const WCHAR | var_barstate0 [] = {'B','a','r','S','t','a','t','e','0',0} |
static const WCHAR | var_wrap [] = {'W','r','a','p',0} |
static const WCHAR | var_maximized [] = {'M','a','x','i','m','i','z','e','d',0} |
#define WIN32_LEAN_AND_MEAN |
Definition at line 22 of file registry.c.
#define WIN32_NO_STATUS |
Definition at line 21 of file registry.c.
Definition at line 150 of file registry.c.
Referenced by registry_read_filelist().
Definition at line 330 of file registry.c.
Referenced by dialog_viewproperties(), is_bar_visible(), OnCommand(), registry_read_formatopts(), registry_read_formatopts_all(), registry_set_formatopts_all(), set_fileformat(), store_bar_state(), and WinMain().
Definition at line 42 of file registry.c.
Referenced by registry_read_filelist(), registry_read_formatopts(), registry_read_maximized(), registry_read_options(), registry_read_winrect(), registry_set_filelist(), registry_set_formatopts(), and registry_set_options().
Definition at line 217 of file registry.c.
Referenced by OnCreate(), preview_exit(), and registry_set_filelist().
|
static |
Definition at line 355 of file registry.c.
Referenced by registry_read_formatopts_all().
Definition at line 398 of file registry.c.
Referenced by OnCreate().
Definition at line 124 of file registry.c.
Referenced by WinMain().
Definition at line 335 of file registry.c.
Referenced by OnCreate().
Definition at line 111 of file registry.c.
Referenced by WinMain().
Definition at line 269 of file registry.c.
Referenced by DoOpenFile().
|
static |
Definition at line 404 of file registry.c.
Referenced by registry_set_formatopts_all().
Definition at line 419 of file registry.c.
Referenced by WndProc().
Definition at line 83 of file registry.c.
Referenced by WndProc().
Definition at line 31 of file registry.c.
Referenced by registry_read_maximized(), registry_read_options(), registry_read_winrect(), and registry_set_options().
Definition at line 29 of file registry.c.
Referenced by registry_read_filelist(), and registry_set_filelist().
Definition at line 33 of file registry.c.
Referenced by registry_read_formatopts_all(), and registry_set_formatopts_all().
Definition at line 32 of file registry.c.
Referenced by registry_read_options(), and registry_set_options().
Definition at line 34 of file registry.c.
Referenced by registry_read_formatopts_all(), and registry_set_formatopts_all().
Definition at line 38 of file registry.c.
Referenced by registry_read_formatopts(), and registry_set_formatopts().
Definition at line 36 of file registry.c.
Referenced by registry_read_filelist(), and registry_set_filelist().
Definition at line 37 of file registry.c.
Referenced by registry_read_winrect(), and registry_set_options().
Definition at line 40 of file registry.c.
Referenced by registry_read_maximized(), and registry_set_options().
Definition at line 39 of file registry.c.
Referenced by registry_read_formatopts(), and registry_set_formatopts().