ReactOS 0.4.16-dev-338-g34e76ad
|
#include "ph.h"
#include "ShellCommandSetValue.h"
#include "RegistryExplorer.h"
#include "RegistryTree.h"
#include "RegistryKey.h"
Go to the source code of this file.
Macros | |
#define | SET_VALUE_CMD _T("SV") |
#define | SET_VALUE_CMD_LENGTH COMMAND_LENGTH(SET_VALUE_CMD) |
#define | SET_VALUE_CMD_SHORT_DESC SET_VALUE_CMD _T(" command is used to set value.\n") |
Functions | |
BOOL | StringToDWORD (DWORD &rdwOut, const TCHAR *pszIn) |
Definition at line 32 of file ShellCommandSetValue.cpp.
#define SET_VALUE_CMD_LENGTH COMMAND_LENGTH(SET_VALUE_CMD) |
Definition at line 33 of file ShellCommandSetValue.cpp.
#define SET_VALUE_CMD_SHORT_DESC SET_VALUE_CMD _T(" command is used to set value.\n") |
Definition at line 34 of file ShellCommandSetValue.cpp.
Definition at line 36 of file ShellCommandSetValue.cpp.
Referenced by CShellCommandSetValue::Execute().