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

Method QueryInterface

ContextMenuHijack/FileContextMenuExt.cpp:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#pragma region IUnknown
37
38IFACEMETHODIMP FileContextMenuExt::QueryInterface(REFIID riid, void **ppv)
39{
40 static const QITAB qit[] =
41 {
42 QITABENT( FileContextMenuExt, IContextMenu ),
43 QITABENT( FileContextMenuExt, IContextMenu2 ),
44 QITABENT( FileContextMenuExt, IContextMenu3 ),
45 QITABENT( FileContextMenuExt, IShellExtInit ),
46 { 0 },
47 };
48 return QISearch( this, qit, riid, ppv );
49}
50
51IFACEMETHODIMP_(ULONG) FileContextMenuExt::AddRef()
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected