Menu

RamDyn.exe process not release with ImDiskRemoveMountPoint API

2023-03-29
2023-03-29
  • Mario Pilesi

    Mario Pilesi - 2023-03-29

    When I unmount a volume with
    ImDisk -D -m x:
    RamDyn.exe process release.

    But when I use ImDiskRemoveMountPoint API
    volume unmout but process non release.

     
  • Mario Pilesi

    Mario Pilesi - 2023-03-29

    It work with ImDiskRemoveDevice.
    Closed.

     
  • v77

    v77 - 2023-03-29

    ImDiskRemoveMountPoint does not dismount the volume. It only removes the drive letter (or the directory "reparse point").

    The API to use is ImDiskRemoveDevice. This function is used by ProxyCrypt when it has to dismount a volume.
    Before ImDiskRemoveDevice, you may have to use ImDiskSetAPIFlags with IMDISK_API_FORCE_DISMOUNT. If it is called in a system shutdown, it would take to much time to send notifications to all applications; this can be avoided with the flag IMDISK_API_NO_BROADCAST_NOTIFY.

     
  • Mario Pilesi

    Mario Pilesi - 2023-03-29

    Ty.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.