STATUSOBJECTNAMENOTFOUND
STATUS_OBJECT_NAME_NOT_FOUND is a Windows NTSTATUS error code indicating that a named object could not be found in the Windows Object Manager namespace. It is part of the NTSTATUS set used by the Windows kernel and many subsystems to report the result of operations. The numeric value of this status is 0xC0000034.
Meaning and scope: The code is returned when an operation attempts to locate or open a named
Contexts and usage: STATUS_OBJECT_NAME_NOT_FOUND can be produced by native system calls such as NtOpenFile, NtOpenEvent, or
Resolution and interpretation: When this status is encountered, the typical steps are to verify that the object
See also: NTSTATUS codes, STATUS_OBJECT_NAME_INVALID, STATUS_OBJECT_NAME_EXISTS.