|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <windows.h>
#include <shlobj.h>
#include <richedit.h>
#include "wordpad.h"
Go to the source code of this file.
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} |
Generated on Sun May 27 2012 04:41:57 for ReactOS by
1.7.6.1
|