How To Obtain a List of All Pinned Files from OLE Automation in Visual C++ (257990)
The information in this article applies to:
- Microsoft Visual SourceSafe for Windows 5.0
- Microsoft Visual SourceSafe for Windows 6.0
This article was previously published under Q257990 SUMMARY
The Visual SourceSafe OLE Automation does not directly expose any pinning functionality. Because of this, there is no direct way to tell if a file it pinned from OLE Automation. The following sample code shows how to work around this problem and obtain this information from a Visual C++ program.
NOTE: This sample code assumes that you reference the Visual SourceSafe OLE Automation by using the following:
#import "path to ssapi.dll" no_namespace
REFERENCES
For additional information, visit the following Microsoft Web site:
For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
257989 How To Pin and Unpin Files in SourceSafe from OLE Automation
Modification Type: | Minor | Last Reviewed: | 7/2/2004 |
---|
Keywords: | kbAutomation kbhowto KB257990 |
---|
|