|
Capability Code
|
Value
|
Description
|
| SCC_CAP_REMOVE | 0x00000001L | Supports the SccRemove Function and command. |
| SCC_CAP_RENAME | 0x00000002L | Supports the SccRename Function and command. |
| SCC_CAP_DIFF | 0x00000004L | Supports the SccDiff Function and command. |
| SCC_CAP_HISTORY | 0x00000008L | Supports the SccHistory Function and command. |
| SCC_CAP_PROPERTIES | 0x00000010L | Supports the SccProperties Function and command. |
| SCC_CAP_RUNSCC | 0x00000020L | Supports the SccRunScc Function and command. |
| SCC_CAP_GETCOMMANDOPTIONS | 0x00000040L | Supports the SccGetCommandOptions Function and command. |
| SCC_CAP_QUERYINFO | 0x00000080L | Supports the SccQueryInfo Function and command. |
| SCC_CAP_GETEVENTS | 0x00000100L | Supports the SccGetEvents Function and command. |
| SCC_CAP_GETPROJPATH | 0x00000200L | Supports the SccGetProjPath Function and command. |
| SCC_CAP_ADDFROMSCC | 0x00000400L | Supports the SccAddFromScc Function and command. |
| SCC_CAP_COMMENTCHECKOUT | 0x00000800L | Supports a comment on checkout. |
| SCC_CAP_COMMENTCHECKIN | 0x00001000L | Supports a comment on checkin. |
| SCC_CAP_COMMENTADD | 0x00002000L | Supports a comment on Add. |
| SCC_CAP_COMMENTREMOVE | 0x00004000L | Supports a comment on Remove. |
| SCC_CAP_TEXTOUT | 0x00008000L | Writes text to an IDE-provided output function. |
| SCC_CAP_ADD_STORELATEST | 0x00200000L | Supports storing files without deltas. |
| SCC_CAP_HISTORY_MULTFILE | 0x00400000L | Supports multiple file history. |
| SCC_CAP_IGNORECASE | 0x00800000L | Supports case-insensitive file comparison. |
| SCC_CAP_IGNORESPACE | 0x01000000L | 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 Function. |
| 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. |