COM Library
Namespaces | Defines | Functions
ErrorInfo.hpp File Reference

COM error handling macros and functions. More...

Namespaces

namespace  COM
 

The COM Library namespace.


Defines

#define COM_CATCH(retval)
 Catch any exceptions, write the message to the debugger and set the return value.

Functions

bool COM::SetComErrorInfo (const char *pszSource, const tchar *pszDescription)
 Set the COM ErrorInfo object for the thread.

Detailed Description

COM error handling macros and functions.

Author:
Chris Oldwood

Define Documentation

#define COM_CATCH (   retval)

Catch any exceptions, write the message to the debugger and set the return value.