Error 0x8007022B
Value: -2147024341 | 0x8007022B | 2147942955
What does it mean ?
-
ERROR_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.
- Value: 555 | 0x022B | 0b0000001000101011
Where does it come from ?
-
FACILITY_WIN32
-
- Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
- Value: 7 | 0x007 | 0b00000111
StackOverflow
Other Errors for FACILITY_WIN32