Link to home
Start Free TrialLog in
Avatar of Iaskyou
Iaskyou

asked on

How can I get the error information from a COM H

   I use a function of one COM Control at VB. when this function failed, I get get the error information by "ERR.Description". Later I use it in VC. To my surprise, when this function failed, Instead of throwing _com_error exception, it return a below-zero value of HRESULT type. But How can I get the error information just like "ERR.Description" at VB?
ASKER CERTIFIED SOLUTION
Avatar of peterdownes
peterdownes

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial