Hello,
I am confused about the connection between DokanMain (which blocks) and Mount Points. In particular please consider the following:
- DokanMain
- DokanUnmount
- DokanRemoveMountPoint
- DokanGetMountPointList
2-4 above suggests the use of multiple MountPoints, however, it is not clear to me how to obtain multiple MountPoints. I can mount a virtual drive (MountPoint) in DokanMain, however, DokanMain blocks and so, how do I go about mounting additional drive letters, which I might then use with DokanRemoveMountPoint or DokanGetMountPointList?
Any clarification and assistance will be appreciated.
Thanks, Joe