Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.18 KB

File metadata and controls

37 lines (24 loc) · 2.18 KB
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
source control plug-ins, enumerators
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

Enumerators

This section lists the enumerator data types in the Source Control Plug-in API that the source control plug-in must know about.

In this section

Related sections

  • 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 pfnPopulate function to notify the caller when a file does not match the criteria for the nCommand.

  • 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.