reactos/drivers/storage/mountmgr
Adam Słaboń 3d9b919814
[MOUNTMGR] Few fixes and improvements (#7896)
- `MountMgrVolumeMountPointChanged()`: Set status code in all failure
  paths and correct the check for remote or removable media.
- `DeleteRemoteDatabaseEntry()`: Do not allow the database with size of zero.
- `QueryVolumeName()`: Use reparse point file reference when no file name is supplied.
2025-04-17 15:26:58 +02:00
..
CMakeLists.txt
database.c [MOUNTMGR] Few fixes and improvements (#7896) 2025-04-17 15:26:58 +02:00
device.c [MOUNTMGR] Few fixes and improvements (#7896) 2025-04-17 15:26:58 +02:00
mntmgr.h [MOUNTMGR] Fix initial sending of device online notification (#7030) 2024-06-25 22:51:08 +02:00
mountmgr.c [MOUNTMGR] MountMgrMountedDeviceArrival(): Fix pool buffer double-free. 2025-01-28 15:29:40 +01:00
mountmgr.rc
notify.c [MOUNTMGR] Introduce MountMgrSendSyncDeviceIoCtl() to replace repeated code (#6960) 2024-06-13 20:01:16 +02:00
point.c
symlink.c [MOUNTMGR] Introduce MountMgrSendSyncDeviceIoCtl() to replace repeated code (#6960) 2024-06-13 20:01:16 +02:00
uniqueid.c