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

Method StaticDummyWindowThread

src/Windows/DragDropWindow.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102DWORD WINAPI DragDropWindow::StaticDummyWindowThread(LPVOID param) {
103 DragDropWindow * ddWin = (DragDropWindow*)param;
104 int result = ddWin->DummyWindowThread();
105 return result;
106}
107
108int DragDropWindow::DummyWindowThread() {
109 OutMsg("[DnD] Thread start");

Callers

nothing calls this directly

Calls 1

DummyWindowThreadMethod · 0.80

Tested by

no test coverage detected