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

Go to the source code of this file.

Macros

#define OWNER_CMD   _T("OWNER")
 
#define OWNER_CMD_LENGTH   COMMAND_LENGTH(OWNER_CMD)
 
#define OWNER_CMD_SHORT_DESC   OWNER_CMD _T(" command is used to view")/*"/change"*/_T(" key's owner.\n")
 

Macro Definition Documentation

◆ OWNER_CMD

#define OWNER_CMD   _T("OWNER")

Definition at line 31 of file ShellCommandOwner.cpp.

◆ OWNER_CMD_LENGTH

#define OWNER_CMD_LENGTH   COMMAND_LENGTH(OWNER_CMD)

Definition at line 32 of file ShellCommandOwner.cpp.

◆ OWNER_CMD_SHORT_DESC

#define OWNER_CMD_SHORT_DESC   OWNER_CMD _T(" command is used to view")/*"/change"*/_T(" key's owner.\n")

Definition at line 33 of file ShellCommandOwner.cpp.