Site icon EfmSoft

What does NTSTATUS 0xC0000369 (STATUS_INVALID_DEVICE_OBJECT_PARAMETER) mean?

 
Previous Next
STATUS_MOUNT_POINT_NOT_RESOLVED STATUS_MCA_OCCURED

STATUS_INVALID_DEVICE_OBJECT_PARAMETER

The device-object identity does not match the operation

Kernel APIs often require a specific object role: PDO, FDO, top-of-stack object, volume device object or an object attached to a named file system. A non-null pointer can still be wrong if it belongs to another stack, has already been deleted, or was retained without the required reference.

Do not cast or substitute a nearby device object merely to satisfy the call. Trace how the pointer was acquired and which reference protects it. For file-system operations, compare the object with the actual mounted volume; for PnP and power calls, verify the expected stack position and current device state.

What to inspect

References


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

Exit mobile version