mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[RAMDISK]
Implement support for IOCTL_DISK_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_CDROM_CHECK_VERIFY svn path=/trunk/; revision=65869
This commit is contained in:
@@ -1483,7 +1483,10 @@ RamdiskDeviceControl(IN PDEVICE_OBJECT DeviceObject,
|
||||
case IOCTL_STORAGE_CHECK_VERIFY2:
|
||||
case IOCTL_CDROM_CHECK_VERIFY:
|
||||
|
||||
UNIMPLEMENTED_DBGBREAK();
|
||||
//
|
||||
// Just pretend it's OK, don't do more
|
||||
//
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
case IOCTL_STORAGE_GET_MEDIA_TYPES:
|
||||
|
||||
Reference in New Issue
Block a user