MCPcopy Create free account
hub / github.com/RistBS/ContextMenuHijack / QueryInterface

Method QueryInterface

ContextMenuHijack/ClassFactory.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22IFACEMETHODIMP ClassFactory::QueryInterface(REFIID riid, void **ppv)
23{
24 static const QITAB qit[] =
25 {
26 QITABENT( ClassFactory, IClassFactory ),
27 { 0 },
28 };
29 return QISearch( this, qit, riid, ppv );
30}
31
32
33IFACEMETHODIMP_(ULONG) ClassFactory::AddRef()

Callers 2

CreateInstanceMethod · 0.45
DllGetClassObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected