ReactOS 0.4.15-dev-7953-g1f49173
ShellCommandSACL.cpp File Reference
#include "ph.h"
#include "ShellCommandSACL.h"
#include "RegistryExplorer.h"
#include "SecurityDescriptor.h"
Include dependency graph for ShellCommandSACL.cpp:

Go to the source code of this file.

Macros

#define SACL_CMD   _T("SACL")
 
#define SACL_CMD_LENGTH   COMMAND_LENGTH(SACL_CMD)
 
#define SACL_CMD_SHORT_DESC   SACL_CMD _T(" command is used to view")/*"/edit"*/_T(" key's SACL.\n")
 
#define ERROR_MSG_BUFFER_SIZE   1024
 

Macro Definition Documentation

◆ ERROR_MSG_BUFFER_SIZE

#define ERROR_MSG_BUFFER_SIZE   1024

◆ SACL_CMD

#define SACL_CMD   _T("SACL")

Definition at line 31 of file ShellCommandSACL.cpp.

◆ SACL_CMD_LENGTH

#define SACL_CMD_LENGTH   COMMAND_LENGTH(SACL_CMD)

Definition at line 32 of file ShellCommandSACL.cpp.

◆ SACL_CMD_SHORT_DESC

#define SACL_CMD_SHORT_DESC   SACL_CMD _T(" command is used to view")/*"/edit"*/_T(" key's SACL.\n")

Definition at line 33 of file ShellCommandSACL.cpp.