2005/5/9
-- ACDK API Docs Misc header IUnknown_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk.h> #include Config.h #include CoSys.h
#include <acdk.h>
#include Config.h
#include CoSys.h
Value:
virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid,void** ppvObject) \ { return ::acdkx::com::IUnknown::QueryInterface(riid, ppvObject); }
virtual ULONG STDMETHODCALLTYPE AddRef() { return IUnknown::AddRef(); } \ virtual ULONG STDMETHODCALLTYPE Release() { return IUnknown::Release(); }