is there a way to use the VSS (as requester) from Python rather simple way - with COM functions or so (win32com or cytpes)? or only through a compiled SWIG extension or so?

CreateVssBackupComponents / vssapi.dll
http://msdn.microsoft.com/en-us/library/aa381517(VS.85).aspx
seems to be a C++ only interface.

There is a "VSS.VSSCoordinator" in the COM browser. does it have to do anything with that...


Robert

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to