ReactOS 0.4.15-dev-7934-g1dc8d80
RegistryExplorer.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CURRENT_VERSION   _T("0.20+")
 
#define EMAIL   _T("nedko@users.sourceforge.net")
 
#define PRODUCT_NAME   _T("Registry Explorer")
 
#define HELLO_MSG
 
#define NOWARANTY_MSG
 
#define COPYRIGHT_MSG   _T("Copyright (C) 2000-2005 Nedko Arnaudov\n")
 
#define CREDITS_MSG
 
#define BUGS_MSG   _T("Please report bugs to ") EMAIL _T("\n")
 
#define VER_MSG
 
#define GOODBYE_MSG   _T("\nThank you for using Registry Explorer !!!\n")
 
#define COMMAND_LENGTH(cmd)   _tcslen(cmd)
 
#define PROMPT_BUFFER_SIZE   1024
 
#define COMMAND_NA_ON_ROOT   _T(" is not applicable to root key.\n")
 
#define SETTINGS_REGISTRY_KEY   _T("Software\\Registry Explorer\\")
 
#define NORMAL_TEXT_ATTRIBUTES_VALUE_NAME   _T("Normal Text Color")
 
#define COMMAND_TEXT_ATTRIBUTES_VALUE_NAME   _T("Command Text Color")
 
#define PROMPT_VALUE_NAME   _T("Prompt")
 
#define DEFAULT_ESCAPE_CHAR   _T('^')
 

Macro Definition Documentation

◆ BUGS_MSG

#define BUGS_MSG   _T("Please report bugs to ") EMAIL _T("\n")

Definition at line 25 of file RegistryExplorer.h.

◆ COMMAND_LENGTH

#define COMMAND_LENGTH (   cmd)    _tcslen(cmd)

Definition at line 38 of file RegistryExplorer.h.

◆ COMMAND_NA_ON_ROOT

#define COMMAND_NA_ON_ROOT   _T(" is not applicable to root key.\n")

Definition at line 42 of file RegistryExplorer.h.

◆ COMMAND_TEXT_ATTRIBUTES_VALUE_NAME

#define COMMAND_TEXT_ATTRIBUTES_VALUE_NAME   _T("Command Text Color")

Definition at line 46 of file RegistryExplorer.h.

◆ COPYRIGHT_MSG

#define COPYRIGHT_MSG   _T("Copyright (C) 2000-2005 Nedko Arnaudov\n")

Definition at line 20 of file RegistryExplorer.h.

◆ CREDITS_MSG

#define CREDITS_MSG
Value:
_T("Registry Explorer is written by Nedko Arnaudov\n")\
_T("Special thanks to ReactOS team.\n")
#define _T(x)
Definition: vfdio.h:22

Definition at line 22 of file RegistryExplorer.h.

◆ CURRENT_VERSION

#define CURRENT_VERSION   _T("0.20+")

Definition at line 5 of file RegistryExplorer.h.

◆ DEFAULT_ESCAPE_CHAR

#define DEFAULT_ESCAPE_CHAR   _T('^')

Definition at line 49 of file RegistryExplorer.h.

◆ EMAIL

#define EMAIL   _T("nedko@users.sourceforge.net")

Definition at line 6 of file RegistryExplorer.h.

◆ GOODBYE_MSG

#define GOODBYE_MSG   _T("\nThank you for using Registry Explorer !!!\n")

Definition at line 35 of file RegistryExplorer.h.

◆ HELLO_MSG

#define HELLO_MSG
Value:
_T("ReactOS ") PRODUCT_NAME _T(" version ") CURRENT_VERSION _T("\n")\
_T("License is GNU GPL. Type `help gpl` for details.\n\n")
#define PRODUCT_NAME
#define CURRENT_VERSION
Type
Definition: Type.h:7
int help
Definition: sort.c:20
static const WCHAR version[]
Definition: asmname.c:66
GLdouble n
Definition: glext.h:7729
#define for
Definition: utility.h:88
int details
Definition: msacm.c:1366

Definition at line 13 of file RegistryExplorer.h.

◆ NORMAL_TEXT_ATTRIBUTES_VALUE_NAME

#define NORMAL_TEXT_ATTRIBUTES_VALUE_NAME   _T("Normal Text Color")

Definition at line 45 of file RegistryExplorer.h.

◆ NOWARANTY_MSG

#define NOWARANTY_MSG
Value:
_T("Registry Explorer comes with ABSOLUTELY NO WARRANTY\n")\
_T("This is free software, and you are welcome to redistribute it\n")\
_T("under certain conditions; type `help gpl' for details.\n")

Definition at line 16 of file RegistryExplorer.h.

◆ PRODUCT_NAME

#define PRODUCT_NAME   _T("Registry Explorer")

Definition at line 11 of file RegistryExplorer.h.

◆ PROMPT_BUFFER_SIZE

#define PROMPT_BUFFER_SIZE   1024

Definition at line 40 of file RegistryExplorer.h.

◆ PROMPT_VALUE_NAME

#define PROMPT_VALUE_NAME   _T("Prompt")

Definition at line 47 of file RegistryExplorer.h.

◆ SETTINGS_REGISTRY_KEY

#define SETTINGS_REGISTRY_KEY   _T("Software\\Registry Explorer\\")

Definition at line 44 of file RegistryExplorer.h.

◆ VER_MSG

#define VER_MSG
Value:
COPYRIGHT_MSG\
_T("\n")\
NOWARANTY_MSG\
_T("\n")\
CREDITS_MSG\
_T("\n")\
#define BUGS_MSG

Definition at line 27 of file RegistryExplorer.h.