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

Method Create

Explorer++/Helper/DropTarget.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "DropTarget.h"
7
8wil::com_ptr<DropTarget> DropTarget::Create(HWND hwnd, DropTargetInternal *dropTargetInternal)
9{
10 wil::com_ptr<DropTarget> dropTarget;
11 dropTarget.attach(new DropTarget(hwnd, dropTargetInternal));
12 return dropTarget;
13}
14
15DropTarget::DropTarget(HWND hwnd, DropTargetInternal *dropTargetInternal) :
16 m_hwnd(hwnd),

Callers 1

pointer.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected