You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn about the SCC_CAP_xxx flags that indicate the capabilities of a source control plug-in and the SCC_EXCAP_xxx flags that indicate extended capabilities.
ms.date
11/04/2016
ms.topic
reference
helpviewer_keywords
source control plug-ins, capability flags
author
tinaschrepfer
ms.author
tinali
ms.subservice
extensibility-integration
Capability flags
The SCC_CAP_xxx flags are bit flags used to indicate the capabilities of a source control plug-in. The SCC_EXCAP_xxx flags are incremental flags that indicate extended capabilities and resolve to integer values.
Supports file comparison that ignores white space.
SCC_CAP_POPULATELIST
0x02000000L
Supports finding extra files.
SCC_CAP_COMMENTPROJECT
0x04000000L
Supports comments on create project.
SCC_CAP_DIFFALWAYS
0x10000000L
Supports diff in all states if under control.
SCC_CAP_GET_NOUI
0x20000000L
Plug-in does not support a UI for Get, but IDE may still call SccGet.
SCC_CAP_REENTRANT
0x40000000L
Plug-in is reentrant and thread-safe. In version 1.0, no plug-ins were assumed to be reentrant and thread-safe. If a 1.1 plug-in sets this bit, the host is allowed to open multiple projects in parallel.