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? |
Answered by
Liryna
Jul 31, 2023
Replies: 1 comment
|
Hi @DenisAnisimov , |
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.