What can cause PrjWriteFile() to return ERROR_INVALID_HANDLE in subsequent writes? #88
Unanswered
ZabirHoque
asked this question in
Q&A
Replies: 1 comment 1 reply
-
As long as your provider hasn't completed the GetFileData callback, the file object that PrjWriteFile uses should remain good. Is it possible your GetFileData callback is calling PrjCompleteCommand before all the data is written out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During a file recall of particularly large files > 2GB, after a number of successful calls to PrjWriteFile() I receive ERROR_INVALID_HANDLE. Any ideas what can cause this?
Beta Was this translation helpful? Give feedback.
All reactions