Do it is difficult for me to use API after mount instead of command line switch in RamDyn?
f.e. how convert this to API?
-t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test"
f.e. I convert
-D -m Z:
to
ImDiskSetAPIFlags(2)
ImDiskRemoveDevice(0, 0, "Z:")
Last edit: Mario Pilesi 2023-03-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do it is difficult for me to use API after mount instead of command line switch in RamDyn?
f.e. how convert this to API?
-t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test"
f.e. I convert
-D -m Z:
to
ImDiskSetAPIFlags(2)
ImDiskRemoveDevice(0, 0, "Z:")
Last edit: Mario Pilesi 2023-03-30