Creates a Java exception object from an HRESULT return type. This function prototype is found in the Nativcom.h header file.
void __cdecl SignalErrorHResult(HRESULT theHRESULT);
theHRESULT | The standard return value that indicates whether a function call is a success. |