http://bugs.winehq.org/show_bug.cgi?id=21448
--- Comment #6 from Thomas Mertes thomas.mertes@gmx.at 2010-02-19 03:36:10 --- Created an attachment (id=26306) --> (http://bugs.winehq.org/attachment.cgi?id=26306) Program to test IOCTL_STORAGE_QUERY_PROPERTY / StorageDeviceProperty
This program calls DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY / StorageDeviceProperty for all drive letters and writes the contents of the STORAGE_DEVICE_DESCRIPTOR structure. This program can be used to compare the implementation of IOCTL_STORAGE_QUERY_PROPERTY / StorageDeviceProperty between wine and native.
Greetings Thomas