dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.15k stars 657 forks source link

Kernel - Allow passing the session information for the targeted mount #1196

Open Liryna opened 6 months ago

Liryna commented 6 months ago

From https://github.com/dokan-dev/dokany/discussions/1193#discussioncomment-8139364 , it would be great that instead of passing DOKAN_OPTION_CURRENT_SESSION we could directly set the session information (ID or else) to specify for which session this mount is for. This would to start a mount for a session different than the current process (like a service running in sessionID 0).