dokan-dev / dokan-dotnet

Dokan DotNet Wrapper
http://dokan-dev.github.io
MIT License
462 stars 116 forks source link

How to pass extra context #307

Closed qiandi closed 2 years ago

qiandi commented 2 years ago

The FindFiles method reads a list of files via the API, with some extra information that I need to pass to CreateFile. I want to be able to pass a Guid to get some extra information when CreateFile gets, currently only the filename.

Is there any support please?

Liryna commented 2 years ago

Hi @qiandi ,

Unfortunately that's not possible. There is no context shared between Win32 FindFirstFile and CreateFile.