Поделиться через


COleException::Process

Call the Process member function to translate a caught exception into an OLE status code.

static SCODE PASCAL Process(
   const CException* pAnyException 
);

Параметры

  • pAnyException
    Pointer to a caught exception.

Возвращаемое значение

An OLE status code.

Заметки

ПримечаниеПримечание.

This function is static.

For more information on SCODE, see Structure of COM Error Codes in the Windows SDK.

Пример

See the example for COleDispatchDriver::CreateDispatch.

Требования

Header: afxdisp.h

См. также

Основные понятия

COleException Class

COleException Members

Hierarchy Chart

CException Class