Displaying 1 result from an estimated 1 matches for "storagevolxml".
Did you mean:
storagevolume
2017 Jun 27
0
Problems creating a new volume
Hi,
I'm having troubles creating a new storage volume in c++.
This is my code:
storageVolXml = "<volume>\
<name>" + name +".img</name>\
<allocation>0</allocation>\
<capacity unit=\"G\">" + hd + "</capacity>\
<target>\
<path>" + filePath + "</path>\...