Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwindowscombase.h File Reference
#include <qt_windows.h>
#include <QtCore/qglobal.h>
#include <unknwn.h>
+ Include dependency graph for qwindowscombase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWindowsComBase< ComInterface >
 

Functions

template<class DesiredInterface >
static QT_BEGIN_NAMESPACE IID qUuidOf ()
 
template<class DesiredInterface , class Derived >
bool qWindowsComQueryInterface (Derived *d, REFIID id, LPVOID *iface)
 
template<class FirstInheritedInterface , class Derived >
bool qWindowsComQueryUnknownInterfaceMulti (Derived *d, REFIID id, LPVOID *iface)
 

Function Documentation

◆ qUuidOf()

template<class DesiredInterface >
static QT_BEGIN_NAMESPACE IID qUuidOf ( )
static

Definition at line 19 of file qwindowscombase.h.

◆ qWindowsComQueryInterface()

template<class DesiredInterface , class Derived >
bool qWindowsComQueryInterface ( Derived *  d,
REFIID  id,
LPVOID *  iface 
)

Definition at line 23 of file qwindowscombase.h.

References d.

◆ qWindowsComQueryUnknownInterfaceMulti()

template<class FirstInheritedInterface , class Derived >
bool qWindowsComQueryUnknownInterfaceMulti ( Derived *  d,
REFIID  id,
LPVOID *  iface 
)

Definition at line 36 of file qwindowscombase.h.

References d.