You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Call CreateFile on a dokan mounted drive with GENERIC_READ and or
GENERIC_WRITE set for the "dwDesiredAccess" argument
2. Observe how the CreateFile dokan driver callback provides a seemingly
bogus value of 1245599 (0x13019F).
3.
#define GENERIC_READ 0x80000000
#define GENERIC_WRITE 0x40000000
What is the expected output? What do you see instead?
Expected: Correct values for dwDesiredAccess when using CreateFile
Actual: What seems like a random value
What version of the product are you using? On what operating system?
Dokan: 0.3.7
OS: Windows XP Home SP3
Please provide any additional information below.
This is likely not only an issue with GENERIC_READ and _WRITE but probably
any other flag used to define the access mode.
Original issue reported on code.google.com by dres.sch...@gmail.com on 21 Sep 2008 at 8:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
dres.sch...@gmail.com
on 21 Sep 2008 at 8:06The text was updated successfully, but these errors were encountered: