I am a scsi driver developer.
I write a user space program to get data from driver via CreateFile.
It works ok when testing in 32 bit windows environment but in 64 bit the following error appears:
CreateFile return -1. GetLastError() would return 2. (ERROR_FILE_NOT_FOUND)
I have called IoCreateSymbolicLink
when driver initializes and
it returns success when I am using windbg to see debug output.
Anyone has met this kind of problem?