Opened 16 years ago
Closed 16 years ago
#1846 closed defect (fixed)
API put_Description for IDiskDrive doesn't store text
Reported by: | Gary Whelan | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 1.6.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
Hello and i hope im not mistaking with this report.
IHardDisk *hardDisk; hardDisk->put_Description(L"TEST");
hardDisk->get_Description(&diskDescriptionW); diskDescriptionW 0x00166894 00 00
Before i did a put_Description a get_Description returned a pointer 0, after doing the put_Description a get_Description returned a valid pointer but is was to a null 00 00, not to the text i put.
Note:
See TracTickets
for help on using tickets.
Thank you for the report. What hard disk storage type did you try this with? Can you give the exact code snippet please?