The FLI type corresponding to HRESULT in C/C++.
HRESULT
com
hresult
The hresult type is a signed 32 bit integer. When used as the result type of a COM method, the value E_UNEXPECTED is returned if the COM method body does not return an integer.
E_UNEXPECTED
hresult-equal check-hresult