MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / QueryInterface

Method QueryInterface

src/Tools/ThumbnailProvider/ClassFactory.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46STDMETHODIMP CClassFactory::QueryInterface(REFIID riid, void** ppvObject)
47{
48 static const QITAB qit[] = {
49 QITABENT(CClassFactory, IClassFactory),
50 {0},
51 };
52 return QISearch(this, qit, riid, ppvObject);
53}
54
55
56STDMETHODIMP_(ULONG) CClassFactory::AddRef()

Callers 2

nativeFileDialogMethod · 0.45
DllGetClassObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected