Skip to content
Discussion options

You must be logged in to vote

GetVolumeInformation is in many scenarios called very frequently. Applications and drivers that call it typically expect it to return fast, with possibly cached data if the data does not change. So in your case, I would recommend that you simply cache this information at the first call and after that simply return the cached data.

GetFileSecurity and SetFileSecurity can return NotImplemented if security descriptors are not preserved by the file system. Some other functions can return NotImplemented if they are not used, for example FindStreams is only required when DokanOptions.AltStreams is specified in drive options.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZhangHuan0407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants