Recommended result codes #1160
-
Are there any recommended result codes that I should return when calling my ReadFile callback in a situation where:
Should I somehow handle the PagingIo and SynchronousIo values in my ReadFile callback? |
Beta Was this translation helpful? Give feedback.
Answered by
Liryna
Jul 31, 2023
Replies: 1 comment
-
Hi @DenisAnisimov , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DenisAnisimov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DenisAnisimov ,
Both cases are handled in memfs sample. You can see the values returned there.