COM Library
|
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. |
COM error handling macros and functions.
#define COM_CATCH | ( | retval | ) |
Catch any exceptions, write the message to the debugger and set the return value.