Bug Check 0xE8: INVALID_CANCEL_OF_FILE_OPEN
The INVALID_CANCEL_OF_FILE_OPEN bug check has a value of 0x000000E8. This indicates that an invalid file object was passed to IoCancelFileOpen.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
INVALID_CANCEL_OF_FILE_OPEN Parameters
Parameter | Description |
---|---|
1 |
The file object passed to IoCancelFileOpen |
2 |
The device object passed to IoCancelFileOpen |
3 |
Reserved |
4 |
Reserved |
Cause
The file object passed to IoCancelFileOpen is invalid. It should have reference of one. The driver that called IoCancelFileOpen is at fault.