MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / QueryInterface

Method QueryInterface

Explorer++/Helper/DropTarget.cpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42IFACEMETHODIMP DropTarget::QueryInterface(REFIID iid, void **object)
43{
44 static const QITAB qit[] =
45 {
46 QITABENT(DropTarget, IDropTarget),
47 {0}
48 };
49
50 return QISearch(this, qit, iid, object);
51}
52
53IFACEMETHODIMP_(ULONG) DropTarget::AddRef()
54{

Callers 13

GetMediaMetadataFunction · 0.45
ContextMenuManagerMethod · 0.45
DeleteFilesMethod · 0.45
CopyFilesMethod · 0.45
CopyFilesToClipboardFunction · 0.45
CreateLinkToFileMethod · 0.45
ResolveLinkMethod · 0.45
BindToIdlFunction · 0.45
AddJumpListTasksFunction · 0.45
AddJumpListTaskInternalFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36