ReactOS 0.4.15-dev-7958-gcd0bb1a
ShellCommandDeleteValue.cpp File Reference
#include "ph.h"
#include "ShellCommandDeleteValue.h"
#include "RegistryExplorer.h"
#include "Pattern.h"
Include dependency graph for ShellCommandDeleteValue.cpp:

Go to the source code of this file.

Macros

#define DV_CMD   _T("DV")
 
#define DV_CMD_LENGTH   COMMAND_LENGTH(DV_CMD)
 
#define DV_CMD_SHORT_DESC   DV_CMD _T(" command is used to delete value.\n")
 

Macro Definition Documentation

◆ DV_CMD

#define DV_CMD   _T("DV")

Definition at line 31 of file ShellCommandDeleteValue.cpp.

◆ DV_CMD_LENGTH

#define DV_CMD_LENGTH   COMMAND_LENGTH(DV_CMD)

Definition at line 32 of file ShellCommandDeleteValue.cpp.

◆ DV_CMD_SHORT_DESC

#define DV_CMD_SHORT_DESC   DV_CMD _T(" command is used to delete value.\n")

Definition at line 33 of file ShellCommandDeleteValue.cpp.