How to use QUERY_CHANGES_VIRTUAL_DISK_RANGE when HyperV backup
-
Does anyone know the use of QueryChangesVirtualDisk ? I have call the function successfully. But how to use the QUERY_CHANGES_VIRTUAL_DISK_RANGE?
-
Does anyone know the use of QueryChangesVirtualDisk ? I have call the function successfully. But how to use the QUERY_CHANGES_VIRTUAL_DISK_RANGE?
-
Documentation exists and even seems reasonably clear to me. So what is that you don't understand? QueryChangesVirtualDisk function (virtdisk.h) - Win32 apps | Microsoft Learn[^]
the offset is the position of VirtualDisk or the position of vhdx file? in vSphere, the offset is the position of VirtualDisk (flat vmdk).
-
the offset is the position of VirtualDisk or the position of vhdx file? in vSphere, the offset is the position of VirtualDisk (flat vmdk).
It's the offset into the disk in bytes, not the file representing it.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
It's the offset into the disk in bytes, not the file representing it.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
ok! thanks