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

Method QueryInterface

include/com/ComClass.h:16–18  ·  view source on GitHub ↗

IUnknown delegation

Source from the content-addressed store, hash-verified

14
15 // IUnknown delegation
16 STDMETHODIMP QueryInterface(REFIID riid, void **ppvObject) {
17 return m_pParent->QueryInterface(riid, ppvObject);
18 }
19
20 STDMETHODIMP_(ULONG) AddRef(void) {
21 return m_pParent->AddRef();

Callers 5

QuickActivateMethod · 0.45
SetContentExtentMethod · 0.45
GetContentExtentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected