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

Method Release

Explorer++/Helper/DropTarget.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58IFACEMETHODIMP_(ULONG) DropTarget::Release()
59{
60 long refCount = InterlockedDecrement(&m_refCount);
61
62 if (refCount == 0)
63 {
64 delete this;
65 }
66
67 return refCount;
68}
69
70IFACEMETHODIMP DropTarget::DragEnter(IDataObject *dataObject, DWORD keyState, POINTL ptl, DWORD *effect)
71{

Callers 15

RenameFilesMethod · 0.45
BaseDialogProcMethod · 0.45
GetMediaMetadataFunction · 0.45
ContextMenuManagerMethod · 0.45
~ContextMenuManagerMethod · 0.45
BOOST_SCOPE_EXITFunction · 0.45
CopyFilesToClipboardFunction · 0.45
CreateLinkToFileMethod · 0.45
ResolveLinkMethod · 0.45
CopyShellIDListDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected