1

What win apis exist to convert basic disk to dynamic? I would really appreciate if someone can share sample code. I came across IVdsPack::MigrateDisks but I am not able to find any sample code.

Jabberwocky
  • 48,281
  • 17
  • 65
  • 115

1 Answers1

0

I am not 100% sure but look into the Virtual Disk Service doc Specially IVdsDisk::ConvertStyle

If you target Windows 8 and later you can use the Windows Storage Management API

xMRi
  • 14,982
  • 3
  • 26
  • 59
  • IVdsDisk::ConvertStyle converts partition style of disk. Like MBR to GPT and vice-versa. I went through VDS doc and cant find anything closely related to converting disks other than MigrateDisks. – user2934367 Oct 31 '13 at 00:49