bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Add support for passing a filsystem-wide context pointer to callback functions #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Dokan does not provide a nice way to have several filesystems in
one process. I propose the following changes:

1) Add a 'GlobalContext' in the DOKAN_OPTIONS structure.
2) Make Dokan to pass this context to each callback in DOKAN_FILE_INFO
structure in a new 'GlobalContext' field.

Original issue reported on code.google.com by alex.bes...@gmail.com on 27 Oct 2008 at 12:49

GoogleCodeExporter commented 9 years ago
Supported on Dokan library 0.4.0.

Original comment by asa...@gmail.com on 10 Dec 2008 at 5:20