Visual Studio SDK
SccGetVersion Function

This function gets the version number of the Source Control Plug-in API supported by the source control plug-in.

Visual C++
LONG SccGetVersion(void);
Parameters

None.

Return Value

A LONG data type that contains the version number of the supported Source Control Plug-in API:

WORD

Description

HIWORD

Major version

LOWORD

Minor version

Remarks

For example, if a source control plug-in supports version 1.3 of the Source Control Plug-in API, this function would return 0x0103.

See Also

Concepts

Tags :


Community Content

Alin Constantin - MSFT
Example given in remarks is incorrect
If a source control plug-in supports version 1.3 of the Source Control Plug-in API, this function would return 0x00010003, and not 0x0103.
Tags : contentbug

Page view tracker