Ah hello.
I would like to know if there is any method, apart from a huge self-written switch statement, to obtain the descriptive string associated with an IMAPI2 error. For example
E_IMAPI_RECORDER_MEDIA_NO_
MEDIA = "There is no media in the device." (value of 0xC0AA0202)
I thought that
_com_error_(<erroneous HRESULT>).ErrorMessage()
would do the trick, but it always comes back with "Unknown error".
Any ideas?
TIA
Start Free Trial