HRESULT
There is no associated handler for the given item registered by the specified application.
(Windows Jump List)
Object required.
Extracts the code portion of the HRESULT. [HRESULT_CODE]
Extracts the facility code of the HRESULT. [HRESULT_FACILITY]
true if the HRESULT represents an NTSTATUS code.
Converts a Win32 error code into an HRESULT. [HRESULT_FROM_WIN32]
Extracts the NTSTATUS code. Check IsNtStatus before calling this method.