JangJeewon / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

WriteFile doesn't support any error types in return values #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Your FS or use Mirror Example 
2. in WriteFile callback function set return value 
    -1 * ERROR_FILE_TOO_LARGE 
OR  -1 * ERROR_FILE_CORRUPT
3. Do write file in your fs

What is the expected output? What do you see instead?
Expected: error message with selected error code 
Get: INVALID_PARAMETER error

What version of the product are you using? On what operating system?
dokan-0.6.0
Windows 7 Enterprise x64

Please provide any additional information below.

Original issue reported on code.google.com by Konstant...@gmail.com on 22 Nov 2012 at 10:52