Restrictions on String Lengths
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Restrictions on String Lengths.
The Source Control Plug-in API limits the lengths of strings used in various functions.
| Constant | Value |
|---|---|
SCC_NAME_LEN | 31 |
SCC_AUXLABEL_LEN | 31 |
SCC_USER_LEN | 31 |
SCC_PRJPATH_LEN | 300 |
Length does not include the terminating |
| Constant | Value |
|---|---|
| SCC_NAME_SIZE | 32 |
| SCC_AUXLABEL_SIZE | 32 |
| SCC_USER_SIZE | 32 |
| SCC_PRJPATH_SIZE | 301 |
Show: