2005/5/9

     
 

CoException_h

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

CoException.h File Reference

#include IUnknown.h
#include <acdk/lang/RuntimeException.h>

Namespaces

namespace  acdkx
namespace  acdkx::com

Defines

#define ACDK_CECKCOMCALL(call)


Define Documentation

#define ACDK_CECKCOMCALL call   ) 
 

Value:

do { \
  HRESULT hr = call; \
  if (FAILED(hr)) { \
    THROW2_FQ(::acdkx::com::, CoException, hr, #call); \
  } \
} while (false)