static SCODE PASCAL Process( const CException* pAnyException );
Return Value
An OLE status code.
Parameters
pAnyException
Pointer to a caught exception.
Remarks
Call the Process member function to translate a caught exception into an OLE status code.
Note This function is static.
For more information on SCODE, see Structure of COM Error Codes in the Platform SDK.
Example
See the example for COleDispatchDriver::CreateDispatch.
COleException Overview | Class Members | Hierarchy Chart
See Also CException