Показать сообщение отдельно
Старый 18.09.2007, 17:46   #1  
belugin is offline
belugin
Участник
Аватар для belugin
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,622 / 2925 (107) +++++++++
Регистрация: 16.01.2004
Записей в блоге: 5
как получить результат COMDispFunction.call
"The call method calls the Invoke method on the IDispatch COM interface of the COM object to invoke the method/property in question. The return value of the IDispatch::Invoke method is also the return value of the call method, thus the Win32 SDK documentation for possible return values applies."

IDispatch::Invoke возвращает HRESULT, таким образом, call тоже должен возвращать HRESULT, а вместо этого выкидывает исключение. Как получить HRESULT?