ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Enumerations | |
enum | REGEDIT_ACTION { ACTION_ADD , ACTION_EXPORT , ACTION_DELETE , ACTION_UNDEF , ACTION_ADD , ACTION_EXPORT , ACTION_DELETE , ACTION_VIEW } |
Functions | |
void | error_unknown_switch (char chu, char *s) |
BOOL | PerformRegAction (REGEDIT_ACTION action, LPSTR s) |
BOOL | ProcessCmdLine (LPSTR lpCmdLine) |
Variables | |
static char * | usage |
Enumerator | |
---|---|
ACTION_ADD | |
ACTION_EXPORT | |
ACTION_DELETE | |
ACTION_UNDEF | |
ACTION_ADD | |
ACTION_EXPORT | |
ACTION_DELETE | |
ACTION_VIEW |
Definition at line 74 of file regcmds.c.
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 85 of file regcmds.c.
Referenced by ProcessCmdLine().
BOOL PerformRegAction | ( | REGEDIT_ACTION | action, |
LPSTR | s | ||
) |
Definition at line 96 of file regcmds.c.
Referenced by ProcessCmdLine().
Definition at line 150 of file regcmds.c.