This is work in progress.

Windows / Headers / ntstatus.h / STATUS_CANT_TERMINATE_SELF

STATUS_CANT_TERMINATE_SELF

Code: 0xc00000db (0)

HRESULT Facility: FACILITY_NULL (0)

NTSTATUS Facility: Unknown (0)

Abstract

Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc00000dbIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
1 entry