| title | Enumerators | |
|---|---|---|
| description | Learn about the enumerator data types in the Source Control Plug-in API including Command code, Message, File status code, and Directory status code. | |
| ms.date | 11/04/2016 | |
| ms.topic | reference | |
| helpviewer_keywords |
|
|
| author | tinaschrepfer | |
| ms.author | tinali | |
| ms.subservice | extensibility-integration |
This section lists the enumerator data types in the Source Control Plug-in API that the source control plug-in must know about.
-
Command code enumerates the options for the SccGetCommandOptions and SccPopulateList functions.
-
Message enumerates flags used for the print callback, LPTEXTOUTPROC.
-
File status code contains named constant values that specify the state of a file under source control.
-
Directory status code contains named constant values that specify the state of a directory under source control.
-
Create a source control plug-in defines the Source Control Plug-in SDK and describes the included resources.
-
SccGetCommandOptions prompts the user for advanced options for the given command.
-
SccPopulateList examines the list of files for their current status. In addition, uses the
pfnPopulatefunction to notify the caller when a file does not match the criteria for thenCommand. -
LPTEXTOUTPROC describes the callback function that is used by SccOpenProject to display messages from the source control plug-in through the IDE.
-
Source control plug-ins provides a complete listing of all the elements in the Source Control Plug-in API.