Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
DragDropWindow::~DragDropWindow() {
34
::CloseHandle(m_createWindowEvent);
35
}
36
37
int DragDropWindow::Create(HWND hParent) {
38
if (m_hWindowThread != NULL)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected