Displaying 3 results from an estimated 3 matches for "fsctl_dismount_volume".
2007 Mar 19
1
DeviceIoControl
Hi All,
Just getting started using 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...
2007 Mar 19
1
DeviceIoControl support
Hi All,
Just getting into using 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...
2006 Oct 13
0
Wine release 0.9.23
...2: Avoid retrieving the fd twice in WSAIoctl.
explorer: Split the device management to a separate file to make it usable independently of HAL support.
explorer: Avoid repeated notifications on device removal.
explorer: Added dynamic drive support for MacOSX.
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
ntdll: Added error mapping for ENXIO.
Makefile: Avoid trailing slash in find, it breaks tags on MacOS.
server: Return the data for winevent hooks in the varargs part of the get_message request.
server: Return the data for callback results in the varargs part of t...