#define STATUS_CANT_TERMINATE_SELF ((NTSTATUS)0xC00000DBL)
MessageId: STATUS_CANT_TERMINATE_SELF MessageText: Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.