Go to the source code of this file.
|
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) .
|
|