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

Go to the source code of this file.

Macros

#define DACL_CMD   _T("DACL")
 
#define DACL_CMD_LENGTH   COMMAND_LENGTH(DACL_CMD)
 
#define DACL_CMD_SHORT_DESC   DACL_CMD _T(" command is used to view")/*"/edit"*/_T(" key's DACL.\n")
 

Macro Definition Documentation

◆ DACL_CMD

#define DACL_CMD   _T("DACL")

Definition at line 31 of file ShellCommandDACL.cpp.

◆ DACL_CMD_LENGTH

#define DACL_CMD_LENGTH   COMMAND_LENGTH(DACL_CMD)

Definition at line 32 of file ShellCommandDACL.cpp.

◆ DACL_CMD_SHORT_DESC

#define DACL_CMD_SHORT_DESC   DACL_CMD _T(" command is used to view")/*"/edit"*/_T(" key's DACL.\n")

Definition at line 33 of file ShellCommandDACL.cpp.