ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Functions | |
static const WCHAR * | reg_type_to_wchar (DWORD type) |
static WCHAR * | reg_data_to_wchar (DWORD type, const BYTE *src, DWORD size_bytes) |
static void | output_value (const WCHAR *value_name, DWORD type, BYTE *data, DWORD data_size) |
static int | query_value (HKEY hkey, WCHAR *value_name, WCHAR *path, BOOL recurse) |
static int | query_all (HKEY hkey, WCHAR *path, BOOL recurse, BOOL recursing) |
static int | run_query (HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name, BOOL value_empty, BOOL recurse) |
int | reg_query (int argc, WCHAR *argvW[]) |
Variables | |
static const WCHAR * | newlineW = L"\n" |
static unsigned int | num_values_found = 0 |
static REGSAM | sam = 0 |
|
static |
Definition at line 113 of file query.c.
Referenced by query_all(), and query_value().
Definition at line 222 of file query.c.
Referenced by query_all(), and run_query().
Definition at line 145 of file query.c.
Referenced by query_value(), and run_query().
Definition at line 35 of file query.c.
Referenced by output_value().
Definition at line 339 of file query.c.
Referenced by wmain().
|
static |
Definition at line 311 of file query.c.
Referenced by add_entry(), add_reglocator_entry(), create_actiontext_table(), create_appsearch_table(), create_binary_table(), create_ccpsearch_table(), create_complocator_table(), create_component_table(), create_control_table(), create_controlevent_table(), create_custom_action_table(), create_dialog_table(), create_directory_table(), create_drlocator_table(), create_feature_components_table(), create_feature_table(), create_file_table(), create_inilocator_table(), create_install_execute_sequence_table(), create_install_ui_sequence_table(), create_launchcondition_table(), create_media_table(), create_package_db(), create_property_table(), create_reglocator_table(), create_remove_file_table(), create_signature_table(), create_std_dlls_table(), create_upgrade_table(), generate_transform(), reg_query(), test_alter(), test_binary(), test_carriagereturn(), test_collation(), test_columnorder(), test_dbmerge(), test_deleterow(), test_droptable(), test_externalui_message(), test_forcecodepage(), test_insertorder(), test_join(), test_markers(), test_MsiGetProductProperty(), test_noquotes(), test_order(), test_primary_keys(), test_property_table(), test_quotes(), test_rows_order(), test_select_markers(), test_select_with_tablenames(), test_special_tables(), test_streamtable(), test_stringtable(), test_tables_order(), test_temporary_table(), test_try_transform(), test_update(), test_view_get_error(), test_viewfetch_wraparound(), test_viewgetcolumninfo(), test_viewmodify(), test_viewmodify_assign(), test_viewmodify_delete(), test_viewmodify_delete_temporary(), test_viewmodify_insert(), test_viewmodify_merge(), test_viewmodify_refresh(), test_viewmodify_update(), test_where(), test_where_not_in_selected(), and test_where_viewmodify().
Definition at line 111 of file query.c.
Referenced by comment_line(), output_value(), query_all(), query_value(), and run_query().
Definition at line 142 of file query.c.
Referenced by query_value(), and run_query().
|
static |
Definition at line 143 of file query.c.
Referenced by add_key_(), create_container_key(), CRYPT_SysRegOpenStoreW(), delete_key_(), delete_tree_(), export_registry_data(), open_key_(), query_all(), query_value(), reg_add(), reg_copy(), reg_delete(), reg_export(), reg_query(), run_add(), run_copy(), run_delete(), run_query(), verify_key_(), and verify_key_nonexist_().