MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~DragDropWindow

Method ~DragDropWindow

src/Windows/DragDropWindow.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33DragDropWindow::~DragDropWindow() {
34 ::CloseHandle(m_createWindowEvent);
35}
36
37int DragDropWindow::Create(HWND hParent) {
38 if (m_hWindowThread != NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected