mciqtz32: Implement MCI_SEEK.
[wine] / dlls / mountmgr.sys /
2008-12-04  Alexandre Julliardmountmgr.sys: Avoid a compiler warning on older gcc.
2008-11-12  Alexandre Julliardmountmgr: Make the device type more specific than what...
2008-11-10  Alexandre Julliardmountmgr: Return the drive type even when the buffer...
2008-10-24  Alexandre Julliardmountmgr: Add a Wine-specific ioctl to query the Unix...
2008-10-24  Alexandre Julliardmountmgr: Add a Wine-specific ioctl to define a drive...
2008-10-23  Alexandre Julliardmountmgr: Allow to specify the drive letter explicitly...
2008-10-23  Alexandre Julliardmountmgr: Store the contents of the device symlink...
2008-10-21  Alexandre Julliardmountmgr: Reuse create_disk_device to create the initia...
2008-10-21  Alexandre Julliardmountmgr: Create a PhysicalDrive symlink for all harddi...
2008-10-21  Alexandre Julliardmountmgr: Create a new harddisk device for dynamic...
2008-10-21  Alexandre Julliardmountmgr: Query the drive type from the registry for...
2008-10-21  Alexandre Julliardmountmgr: Convert the registry calls to Unicode.
2008-10-21  Alexandre Julliardmountmgr: Return the drive pointer from get_dosdevices_...
2008-10-21  Alexandre Julliardmountmgr: Create devices and symlinks for dynamic drive...
2008-10-21  Alexandre Julliardmountmgr: Moved the harddisk device driver to device.c.
2008-10-21  Alexandre Julliardmountmgr: Include some system headers in mountmgr.h.
2008-10-17  Alexandre Julliardmountmgr: Store the device name in the mount point...
2008-10-17  Alexandre Julliardmountmgr: Store mount points as a list instead of an...
2008-10-17  Alexandre Julliardmountmgr: Enforce a minimal length for the mount point id.
2008-10-15  Alexandre Julliardmountmgr: Return the drive unique id in IOCTL_MOUNTMGR_...
2008-10-15  Alexandre Julliardmountmgr: Specify the drive type as a DWORD instead...
2008-08-21  H. Verbeetmountmgr: Include the terminating NULL in mount ids.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-22  Maarten Lankhorstexplorer/mountmgr.sys: Move device hotplug code over...
2008-01-16  Alexandre Julliardmountmgr.sys: Fix values returned for IOCTL_STORAGE_GET...
2008-01-09  Alexandre Julliardmountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY...
2008-01-04  Alexandre Julliardmountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POIN...
2008-01-04  Alexandre Julliardmountmgr.sys: Add devices to the MountedDevices registr...
2008-01-04  Alexandre Julliardmountmgr.sys: Create disk devices for all configured...
2008-01-04  Alexandre Julliardmountmgr.sys: Create a hard disk device for PhysicalDrive0.
2008-01-04  Alexandre Julliardmountmgr.sys: Added initial stub for the mount point...