Replies: 1 comment 6 replies
-
No, there is no such functionality as POSIX doesn't provide anything remotely comparable. You can implement this yourself though:
You should consult the current Windows file_handle implementation files to figure out which flags are appropriate. HTH |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In existing Windows app, we would call CreateFile with dwShareMode of 0 (or FILE_SHARE_NONE). Is there any functionality like this in llfio?
Beta Was this translation helpful? Give feedback.
All reactions