Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
 SccUninitialize
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
SccUninitialize Function
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This function cleans up any allocations or open connections created by a previous call to the SccInitialize Function in preparation for shutting down the source control plug-in.

C++
SCCRTN SccUninitialize (
   LPVOID pvContext
);

Parameters

pvContext

[in] The pointer to the source control plug-in context structure created in the SccInitialize Function.

The source control plug-in implementation of this function is expected to return one of the following values:

Value Description

SCC_OK

The clean-up completed successfully.

The source control plug-in is responsible for preparing to be shut down and for freeing memory that the plug-in has allocated for the context structure. The function is called once for each given instance of a plug-in. A call to the SccInitialize Function precedes this call. No projects can still be open at the time of the call to SccUninitialize.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker