2

I'd like to query backup sources from certain VSS writer in my C# project. Is this possible? And how to do this if yes? I've searched google but did not find useful answers. Any idea is appreciated.

Greg
  • 23,155
  • 11
  • 57
  • 79
McArthor Lee
  • 307
  • 1
  • 4
  • 12

1 Answers1

0

I am looking for the same answer.

For now, my fall back idea is to compile the VSS writer in managed C++ so that from there I can call my C# codes. But, I am also looking to see if there are any alternates before trying that out.

Rezaul Hoque
  • 109
  • 9