MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / StaticDragDropThread

Method StaticDragDropThread

src/DragDropSupport.cpp:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679DWORD WINAPI DropHelper::StaticDragDropThread(LPVOID param) {
680 DropHelper * pDH = (DropHelper*)param;
681 return pDH->DragDropThread();
682}
683
684int DropHelper::DragDropThread() {
685 int result = 0;

Callers

nothing calls this directly

Calls 1

DragDropThreadMethod · 0.80

Tested by

no test coverage detected