Windows /Headers /ntstatus.h /STATUS_CANT_TERMINATE_SELF
STATUS_CANT_TERMINATE_SELF
Code: 0xc00000db (3221225691)
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
Module | Code | Description |
---|---|---|
ntdll.dll | 0xc00000db | Indicates 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 |