Displaying 2 results from an estimated 2 matches for "ioctl_disk_get_drive_layout".
2007 Mar 19
1
DeviceIoControl
...g Linux and very impressed.
I've written a Windows app that uses various DeviceIoControl codes that
as far as I can see aren't implemented in Wine. They are:
IOCTL_DISK_GET_DRIVE_GEOMETRY
FSCTL_LOCK_VOLUME
FSCTL_DISMOUNT_VOLUME
IOCTL_DISK_GET_PARTITION_INFO
IOCTL_STORAGE_GET_DEVICE_NUMBER
IOCTL_DISK_GET_DRIVE_LAYOUT
Anybody have any ideas how I can get the app running on Wine?
Unfortunately, I still need the code to run on Windows too.
The app only deals with disk drive devices. Is it possible to hack Wine
to return the same data structures I would receive in Windows? Any
possible solutions will be appreciate...
2007 Mar 19
1
DeviceIoControl support
...ng Linux and very impressed.
I've written a Windows app that uses various DeviceIoControl codes that
as far as I can see aren't implemented in Wine. They are:
IOCTL_DISK_GET_DRIVE_GEOMETRY
FSCTL_LOCK_VOLUME
FSCTL_DISMOUNT_VOLUME
IOCTL_DISK_GET_PARTITION_INFO
IOCTL_STORAGE_GET_DEVICE_NUMBER
IOCTL_DISK_GET_DRIVE_LAYOUT
Anybody have any ideas how I can get the app running on Wine?
Unfortunately, I still need the code to run on Windows too.
The app only deals with disk drive devices. Is it possible to hack Wine
to return the same data structures I would receive in Windows? If so,
how difficult is this task?
Any po...