|
From: | Gal Hammer |
Subject: | Re: [Qemu-devel] [PATCH v4 06/10] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze |
Date: | Sun, 30 Jun 2013 16:16:49 +0300 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
On 26/06/2013 01:31, Tomoki Sekiyama wrote:
Also, is it needed to call VSSCheckOSVersion from the requestor? I would think that checking VSSAPI.DLL is stronger than checking the version, and indeed you do that check too.In Windows XP, VSSAPI.DLL exists but it has different functionality and interfaces from newer Windows. http://msdn.microsoft.com/en-us/library/windows/desktop/aa384627(v=vs.85).aspx It is checking the OS version because this patchset only supports Windows 2003 or later.
So why don't you query for the interface you supports rather than checking the OS version?
Thanks, Gal.
Thanks, Tomoki Sekiyama
[Prev in Thread] | Current Thread | [Next in Thread] |