VSSDatabase
ATL / WTL / STL
3
Posts
2
Posters
0
Views
1
Watching
-
hi, where can i get this object? i mean from which object? couldn't find in EnvDTE... Avi.
-
hi, where can i get this object? i mean from which object? couldn't find in EnvDTE... Avi.
#import <ssapi.dll> no_namespace named_guids ... IVSSDatabasePtr pdb ; HRESULT hr = pdb.CreateInstance(CLSID_VSSDatabase) ; Here is the MSDN link to Visual SourceSafe 6.0 Automation[^]
-
#import <ssapi.dll> no_namespace named_guids ... IVSSDatabasePtr pdb ; HRESULT hr = pdb.CreateInstance(CLSID_VSSDatabase) ; Here is the MSDN link to Visual SourceSafe 6.0 Automation[^]
thanks man, i'll check it out, it looks promising...