|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winreg.h"#include "winnls.h"#include "winerror.h"#include "winuser.h"#include "winternl.h"#include "advpub.h"#include "wine/debug.h"
Go to the source code of this file.
Variables | |
| static const WCHAR | REGINST [] = {'R','E','G','I','N','S','T',0} |
| static const WCHAR | Strings [] = {'S','t','r','i','n','g','s',0} |
| static const WCHAR | MOD_PATH [] = {'_','M','O','D','_','P','A','T','H',0} |
| static const WCHAR | SYS_MOD_PATH [] = {'_','S','Y','S','_','M','O','D','_','P','A','T','H',0} |
| static const WCHAR | SystemRoot [] = {'S','y','s','t','e','m','R','o','o','t',0} |
| static const WCHAR | escaped_SystemRoot [] = {'%','S','y','s','t','e','m','R','o','o','t','%',0} |
| static const WCHAR | quote [] = {'\"',0} |
Definition at line 55 of file reg.c.
Referenced by RegInstallW().
Definition at line 129 of file reg.c.
Referenced by RegInstallA().
Definition at line 42 of file reg.c.
Referenced by create_tmp_ini_file().
Definition at line 148 of file reg.c.
Referenced by register_iexplore().
Definition at line 221 of file reg.c.
Referenced by RegInstallA().
| HRESULT WINAPI RegSaveRestoreA | ( | HWND | hWnd, |
| LPCSTR | pszTitleString, | ||
| HKEY | hkBackupKey, | ||
| LPCSTR | pcszRootKey, | ||
| LPCSTR | pcszSubKey, | ||
| LPCSTR | pcszValueName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 319 of file reg.c.
| HRESULT WINAPI RegSaveRestoreOnINFA | ( | HWND | hWnd, |
| LPCSTR | pszTitle, | ||
| LPCSTR | pszINF, | ||
| LPCSTR | pszSection, | ||
| HKEY | hHKLMBackKey, | ||
| HKEY | hHKCUBackKey, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 383 of file reg.c.
| HRESULT WINAPI RegSaveRestoreOnINFW | ( | HWND | hWnd, |
| LPCWSTR | pszTitle, | ||
| LPCWSTR | pszINF, | ||
| LPCWSTR | pszSection, | ||
| HKEY | hHKLMBackKey, | ||
| HKEY | hHKCUBackKey, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 429 of file reg.c.
Referenced by RegSaveRestoreOnINFA().
| HRESULT WINAPI RegSaveRestoreW | ( | HWND | hWnd, |
| LPCWSTR | pszTitleString, | ||
| HKEY | hkBackupKey, | ||
| LPCWSTR | pcszRootKey, | ||
| LPCWSTR | pcszSubKey, | ||
| LPCWSTR | pcszValueName, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 100 of file reg.c.
Referenced by strtable_atow().
Definition at line 114 of file reg.c.
Referenced by RegInstallA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | advpack | ) |
Definition at line 173 of file reg.c.
Referenced by RegInstallW().
Definition at line 39 of file reg.c.
Referenced by write_predefined_strings().
Definition at line 36 of file reg.c.
Referenced by write_predefined_strings().
Definition at line 40 of file reg.c.
Referenced by AppendToPathList(), dialog_hyperlink_handler(), next_xml_attr(), ExplorerCmd::ParseCmdLine(), PROFILE_CopyEntry(), reader_parse_attvalue(), reader_parse_pub_literal(), reader_parse_sys_literal(), RegInstallW(), and write_predefined_strings().
Definition at line 34 of file reg.c.
Referenced by create_tmp_ini_file().
Definition at line 35 of file reg.c.
Referenced by append_multi_sz_value(), ElfReportEventA(), ElfReportEventAndSourceW(), ElfReportEventW(), ElfrIntReportEventW(), ElfrReportEventA(), ElfrReportEventAndSourceW(), ElfrReportEventW(), find_and_print_offset(), i8042ParseSMBiosTables(), LoadSMBiosData(), parse_buffer(), ParseSMBiosTables(), print_offset(), RegInstallW(), ReportEventA(), ReportEventW(), rsym_parse(), SetupControls(), UserpLogHardError(), and write_predefined_strings().
Definition at line 37 of file reg.c.
Referenced by write_predefined_strings().
Definition at line 38 of file reg.c.
Referenced by EnumerateInstallations(), GetSourcePaths(), LoadAndBootWindowsCommon(), OslPrepareTarget(), ScmConvertToBootPathName(), SetupLdrInitErrataInf(), TestRelativeNames(), WinLdrInitErrataInf(), WinLdrInitializePhase1(), WinLdrInitSystemHive(), WinLdrScanSystemHive(), and write_predefined_strings().