ReactOS 0.4.15-dev-7924-g5949c20
ShellCommandDir.cpp File Reference
#include "ph.h"
#include "RegistryExplorer.h"
#include "ShellCommandDir.h"
#include "RegistryTree.h"
#include "RegistryKey.h"
#include "Pattern.h"
Include dependency graph for ShellCommandDir.cpp:

Go to the source code of this file.

Macros

#define _ui64tot   _ui64toa
 
#define DIR_CMD   _T("DIR")
 
#define DIR_CMD_LENGTH   COMMAND_LENGTH(DIR_CMD)
 
#define DIR_CMD_SHORT_DESC   DIR_CMD _T(" command lists keys and values of any key.\n")
 

Macro Definition Documentation

◆ _ui64tot

#define _ui64tot   _ui64toa

Definition at line 38 of file ShellCommandDir.cpp.

◆ DIR_CMD

#define DIR_CMD   _T("DIR")

Definition at line 43 of file ShellCommandDir.cpp.

◆ DIR_CMD_LENGTH

#define DIR_CMD_LENGTH   COMMAND_LENGTH(DIR_CMD)

Definition at line 44 of file ShellCommandDir.cpp.

◆ DIR_CMD_SHORT_DESC

#define DIR_CMD_SHORT_DESC   DIR_CMD _T(" command lists keys and values of any key.\n")

Definition at line 45 of file ShellCommandDir.cpp.