ReactOS
0.4.15-dev-4871-g4471ee4
|
#include "regedit.h"
Go to the source code of this file.
Enumerations | |
enum | REGEDIT_ACTION { ACTION_UNDEF, ACTION_ADD, ACTION_EXPORT, ACTION_DELETE, ACTION_UNDEF, ACTION_ADD, ACTION_EXPORT, ACTION_DELETE, ACTION_VIEW } |
Functions | |
LPCWSTR | getAppName (void) |
void | get_file_name (LPWSTR *command_line, LPWSTR file_name) |
BOOL | PerformRegAction (REGEDIT_ACTION action, LPWSTR s, BOOL silent) |
static void | error_unknown_switch (WCHAR chu, LPWSTR s) |
BOOL | ProcessCmdLine (LPWSTR lpCmdLine) |
Variables | |
static const LPCWSTR | usage |
Enumerator | |
---|---|
ACTION_UNDEF | |
ACTION_ADD | |
ACTION_EXPORT | |
ACTION_DELETE | |
ACTION_UNDEF | |
ACTION_ADD | |
ACTION_EXPORT | |
ACTION_DELETE | |
ACTION_VIEW |
Process unknown switch.
Params: chu - the switch character in upper-case. s - the command line string where s points to the switch character.
Definition at line 282 of file regedit.c.
Referenced by ProcessCmdLine().
Definition at line 77 of file regedit.c.
Referenced by PerformRegAction().
Definition at line 61 of file regedit.c.
Referenced by _CmdWndProc(), convertHexCSVToHex(), convertHexToDWord(), delete_registry_key(), error_unknown_switch(), export_hkey(), export_registry_key(), FrameWndProc(), get_file_name(), PerformRegAction(), processRegEntry(), processRegLinesA(), processSetValue(), REGPROC_open_export_file(), REGPROC_print_error(), and setValue().
BOOL PerformRegAction | ( | REGEDIT_ACTION | action, |
LPWSTR | s, | ||
BOOL | silent | ||
) |
Definition at line 135 of file regedit.c.
Referenced by ProcessCmdLine().
Definition at line 296 of file regedit.c.
Referenced by wWinMain().