Closed
Description
I have not been able to find a way to call DokanUnmount() such that it actually succeeds. Not only that but dokanctl.exe /u M
also fails. The only way I can unmount the drive is by executing dokanctl.exe /u M /f
however DokanMain() still doesn't return and additional calls to DokanUnmount() also fail.
I am running a console application and DokanMain() is being called on its own thread with DOKAN_OPTION_KEEP_ALIVE | DOKAN_OPTION_DEBUG
.