Windows / Code / 0xc00000db
0xc00000db
HRESULT Facility: FACILITY_NULL 0
NTSTATUS Facility: Unknown 0
Associated Modules
| Module | Description |
|---|---|
| ntdll.dll | 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 | |
Associated Headers
| Header | Symbolic | Description |
|---|---|---|
| ntstatus.h | STATUS_CANT_TERMINATE_SELF | 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 | ||