Creates an HRESULT return type from a Java exception object. This function prototype is found in the Nativcom.h header file.
HResult __cdecl HResultFromException(OBJECT *exception_object);
An HRESULT type.
*exception_object | The exception object to covert to an HRESULT. |