HRESULT_CODE
#define HRESULT_CODE(hr) ((hr) & 0xFFFF)
Returns the error code part of the
HRESULT
.