2005/5/9
-- ACDK API Docs Misc header CoException_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include IUnknown.h #include <acdk/lang/RuntimeException.h>
#include IUnknown.h
#include <acdk/lang/RuntimeException.h>
Value:
do { \ HRESULT hr = call; \ if (FAILED(hr)) { \ THROW2_FQ(::acdkx::com::, CoException, hr, #call); \ } \ } while (false)