This is work in progress.

Windows / Headers / ntstatus.h / STATUS_CALLBACK_RETURNED_LDR_LOCK

STATUS_CALLBACK_RETURNED_LDR_LOCK

Code: 0xc000071e (0)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

A threadpool worker thread enter a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc000071eA threadpool worker thread enter a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock.
1 entry