winprefs 0.4.1
Dump a registry path to a series of 'reg add' commands.
Loading...
Searching...
No Matches
Variables
constants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const size_t CMD_MAX_COMMAND_LENGTH
 Maximum cmd.exe command line length.
 
const size_t POWERSHELL_MAX_COMMAND_LENGTH
 Maximum PowerShell command line length.
 
const size_t MAX_KEY_LENGTH
 Maximum length of a registry key.
 
const size_t MAX_VALUE_NAME
 Maximum length of the value-name in a reg add command.
 
const size_t WL
 Alias of sizeof(wchar_t).
 
const wchar_t * AUTOMATIC_COMMIT_MESSAGE_PREFIX
 
const size_t SIZEOF_C_PREAMBLE
 
const char * C_PREAMBLE
 
const wchar_t * C_REGSETKEYVALUEW_TEMPLATE_BINARY
 
const wchar_t * C_REGSETKEYVALUEW_TEMPLATE_NONE
 
const wchar_t * C_REGSETKEYVALUEW_TEMPLATE_NUMERIC
 
const wchar_t * C_REGSETKEYVALUEW_TEMPLATE_SZ
 
const wchar_t * C_SHARP_REGISTRY_SET_VALUE_TEMPLATE
 
const wchar_t * KEYWORD_DWORD
 
const wchar_t * KEYWORD_QWORD
 
const wchar_t * POWERSHELL_CODE_TEMPLATE