mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[CLASS2]: - In ScsiClassCreateDeviceObject() don't drop received object name and store it in the device extension
- Implement support for the IOCTL_MOUNTDEV_QUERY_DEVICE_NAME IOCTL; return the store device name
This commit is contained in:
parent
6882d62790
commit
fdb72d7f85
2 changed files with 39 additions and 10 deletions
|
@ -132,6 +132,7 @@ typedef struct _DEVICE_EXTENSION
|
|||
HANDLE MediaChangeEventHandle;
|
||||
BOOLEAN MediaChangeNoMedia;
|
||||
ULONG MediaChangeCount;
|
||||
UNICODE_STRING DeviceName;
|
||||
} DEVICE_EXTENSION, *PDEVICE_EXTENSION;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue