- Error while IOCTL to a driver
- Posted by Maruf Maniruzzaman on September 3rd, 2007
0xC0000006: In page error.
While sending a IOCTL request to a driver the user mode application shows
the exception. But the driver does not return the code. What could be the
cause?
--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://kaz.com.bd
http://kuashaonline.com
This posting is provided "AS IS", and confers no rights.
- Posted by Tim Roberts on September 5th, 2007
Maruf Maniruzzaman <MarufManiruzzaman@discussions.microsoft.com> wrote:
That's not an error that typically comes back to a user-mode application.
Where do you get this error?
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
- Posted by Maruf Maniruzzaman on September 5th, 2007
When I used floppy years ago, I found that error in the messagebox from
windows explorer while trying to copy a file from it that exist a bad sector.
The sector becomes bad after copy. I do not know it is blocked now by windows.
Anyway I have solved the peoblem. It was due to COM call that is not my work.
Thanks.
--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://kaz.com.bd
http://kuashaonline.com
This posting is provided "AS IS", and confers no rights.
"Tim Roberts" wrote: