Can C# call Volume Shadow Copy Service APIs (writer related), can how if yes?
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.
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.
精彩评论