ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Classes | |
struct | reg_type_rels |
Macros | |
#define | MAX_SUBKEY_LEN 257 |
Functions | |
void | output_writeconsole (const WCHAR *str, DWORD wlen) |
void WINAPIV | output_message (unsigned int id,...) |
void WINAPIV | output_string (const WCHAR *fmt,...) |
BOOL | ask_confirm (unsigned int msgid, WCHAR *reg_info) |
HKEY | path_get_rootkey (const WCHAR *path) |
WCHAR * | build_subkey_path (WCHAR *path, DWORD path_len, WCHAR *subkey_name, DWORD subkey_len) |
WCHAR * | get_long_key (HKEY root, WCHAR *path) |
BOOL | parse_registry_key (const WCHAR *key, HKEY *root, WCHAR **path) |
BOOL | is_char (const WCHAR s, const WCHAR c) |
BOOL | is_switch (const WCHAR *s, const WCHAR c) |
int | reg_add (int argc, WCHAR *argvW[]) |
int | reg_copy (int argc, WCHAR *argvW[]) |
int | reg_delete (int argc, WCHAR *argvW[]) |
int | reg_export (int argc, WCHAR *argvW[]) |
int | reg_import (int argc, WCHAR *argvW[]) |
int | reg_query (int argc, WCHAR *argvW[]) |
Variables | |
const struct reg_type_rels | type_rels [8] |
Definition at line 127 of file reg.c.
Referenced by get_file_handle(), run_add(), and run_delete().
Definition at line 198 of file reg.c.
Referenced by export_registry_data(), query_all(), and query_value().
Definition at line 208 of file reg.c.
Referenced by reg_delete(), reg_export(), and reg_query().
Definition at line 92 of file reg.c.
Definition at line 117 of file reg.c.
Referenced by output_value(), query_all(), query_value(), and run_query().
Definition at line 53 of file reg.c.
Referenced by get_file_handle(), and output_formatstring().
Definition at line 234 of file reg.c.
Referenced by reg_add(), reg_copy(), reg_delete(), reg_export(), and reg_query().
Definition at line 165 of file reg.c.
Referenced by parse_key_name(), and parse_registry_key().
Definition at line 227 of file add.c.
Referenced by wmain().
Definition at line 193 of file copy.c.
Referenced by wmain().
Definition at line 134 of file delete.c.
Referenced by wmain().
Definition at line 347 of file export.c.
Referenced by wmain().
Definition at line 975 of file import.c.
Referenced by wmain().
Definition at line 339 of file query.c.
Referenced by wmain().
const struct reg_type_rels type_rels[8] |
Definition at line 41 of file reg.c.
Referenced by reg_type_to_wchar(), and wchar_get_type().