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

Function CreateDropSource

Explorer++/Helper/iDropSource.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32HRESULT CreateDropSource(IDropSource **ppDropSource,DragType dragType)
33{
34 if(ppDropSource == NULL)
35 {
36 return E_FAIL;
37 }
38
39 *ppDropSource = new DropSource(dragType);
40
41 return S_OK;
42}
43
44DropSource::DropSource(DragType dragType)
45{

Callers 5

OnListViewBeginDragMethod · 0.85
OnBeginDragMethod · 0.85
OnBeginDragMethod · 0.85
OnBeginDragMethod · 0.85
StartDragMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected