Site icon EfmSoft

What does BSOD 0x11F (INVALID_DRIVER_HANDLE) mean?

 
Previous Next
TOO_MANY_RECURSIVE_FAULTS BITLOCKER_FATAL_ERROR

INVALID_DRIVER_HANDLE

The INVALID_DRIVER_HANDLE bug check has a value of 0x0000011F.

This indicates that someone has closed the initial handle for a driver between inserting the driver object and referencing the handle.

INVALID_DRIVER_HANDLE Parameters

Parameter Description
1 The handle value for the driver object.
2 The status returned trying to reference the object.
3 The address of the PDRIVER_OBJECT.
4 Reserved

Identify who closed the initial driver handle and whether driver-object lifetime bookkeeping raced while the driver was being inserted, loaded, or torn down.

References


Looking for a different code? Search another status or error code.

Exit mobile version