ReactOS 0.4.15-dev-7942-gd23573b
ShellCommandValue.cpp File Reference
#include "ph.h"
#include "RegistryExplorer.h"
#include "ShellCommandValue.h"
#include "RegistryTree.h"
#include "RegistryKey.h"
Include dependency graph for ShellCommandValue.cpp:

Go to the source code of this file.

Macros

#define VALUE_CMD   _T("VV")
 
#define VALUE_CMD_LENGTH   COMMAND_LENGTH(VALUE_CMD)
 
#define VALUE_CMD_SHORT_DESC   VALUE_CMD _T(" command is used to view value.\n")
 

Macro Definition Documentation

◆ VALUE_CMD

#define VALUE_CMD   _T("VV")

Definition at line 32 of file ShellCommandValue.cpp.

◆ VALUE_CMD_LENGTH

#define VALUE_CMD_LENGTH   COMMAND_LENGTH(VALUE_CMD)

Definition at line 33 of file ShellCommandValue.cpp.

◆ VALUE_CMD_SHORT_DESC

#define VALUE_CMD_SHORT_DESC   VALUE_CMD _T(" command is used to view value.\n")

Definition at line 34 of file ShellCommandValue.cpp.