MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / QueryInterface

Method QueryInterface

GTE_Win/ClassFactory.cpp:32–39  ·  view source on GitHub ↗

IUnknown

Source from the content-addressed store, hash-verified

30// IUnknown
31//
32IFACEMETHODIMP ClassFactory::QueryInterface(REFIID riid, void** ppv)
33{
34 static const QITAB qit[] = {
35 QITABENT(ClassFactory, IClassFactory),
36 { nullptr, 0 }
37 };
38 return QISearch(this, qit, riid, ppv);
39}
40
41IFACEMETHODIMP_(ULONG)
42ClassFactory::AddRef()

Callers 2

CreateInstanceMethod · 0.45
DllGetClassObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected