Share via


What's New in the Source Control Plug-in API Version 1.3

The Source Control Plug-in API version 1.3 introduces the following new functions to provide more advanced control.

Changes

The following functions are new to the Source Control Plug-in API version 1.3:

Function

Overview

SccGetExtendedCapabilities Function

Allows additional capability bits to be reported

SccEnumChangedFiles Function

Allows examination of files that have newer versions in the version control database than on the local disk

SccQueryChanges Function

Allows examination of the state of name changes (renames, additions, and deletions) for specified files

SccPopulateDirList Function

Allows examination of directories and files in the version control database

SccAddFilesFromSCC Function

Adds a specified list of files from the version control database to the current project

SccBackgroundGet Function

Performs a silent "Get" of the specified files (no user interface is shown)

SccGetUserOption Function

Allows access to user-specific options

See Also

Concepts

What's New in the Source Control Plug-in API Version 1.2

Other Resources

Getting Started with Source Control Plug-ins