1 // SOActionsApproval.cpp : Implementation of CHelpApp and DLL registration.
5 #include "so_activex.h"
6 #include "SOActionsApproval.h"
8 /////////////////////////////////////////////////////////////////////////////
11 STDMETHODIMP
SOActionsApproval::InterfaceSupportsErrorInfo(REFIID riid
)
13 static const IID
* arr
[] =
15 &IID_ISOActionsApproval
,
18 for (int i
=0;i
<sizeof(arr
)/sizeof(arr
[0]);i
++)
20 #if defined(_MSC_VER) && (_MSC_VER >= 1300)
21 if (InlineIsEqualGUID(*arr
[i
],riid
))
23 if (::ATL::InlineIsEqualGUID(*arr
[i
],riid
))