Hi,
I am using VSS(Voume Shadow copy service) IVssBackupComponents::EnableWriterClasses() to enable only required writers for my application.
This method runs fine on Windows Server 2003 but it returns 0x80004001 (Not implemented) on Windows XP. I am running this on Windows XP SP2.
I checked MSDN article for this method and it mentioned that it is supported in Windows XP also.
I am just wondering is there anything else I have to install or is it an issue in MSDN documentation?
Many Thanks
Nitin