dokan-dev / dokan-dotnet

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

Add additional options from Dokany v1.3.0.1000 #246

Closed kyanha closed 5 years ago

kyanha commented 5 years ago

Added values for DOKAN_OPTION_DISABLE_OPLOCKS (as DisableOplocks) and DOKAN_OPTION_OPTIMIZE_SINGLE_NAME_SEARCH (as OptimizeSingleNameSearch) to the enum DokanOptions. Copied over the documentation, translating as appropriate into Visual Studio Intellisearch processing dialect.

Liryna commented 5 years ago

Well found @kyanha I missed this change from 1.3.0 🥇 Thank you as always !