Qt 4.8
Classes | Macros
qaxaggregated.h File Reference
#include <QtCore/qobject.h>

Go to the source code of this file.

Classes

class  QAxAggregated
 The QAxAggregated class is an abstract base class for implementations of additional COM interfaces. More...
 

Macros

#define QAXAGG_IUNKNOWN
 

Macro Definition Documentation

◆ QAXAGG_IUNKNOWN

#define QAXAGG_IUNKNOWN
Value:
HRESULT WINAPI QueryInterface(REFIID iid, LPVOID *iface) { \
return controllingUnknown()->QueryInterface(iid, iface); } \
ULONG WINAPI AddRef() {return controllingUnknown()->AddRef(); } \
ULONG WINAPI Release() {return controllingUnknown()->Release(); } \
long HRESULT

Definition at line 82 of file qaxaggregated.h.