Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ UpdateDockInfo
Method
UpdateDockInfo
src/Windows/DockableWindow.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
int DockableWindow::UpdateDockInfo() {
229
SendMessage(m_hNpp, NPPM_DMMUPDATEDISPINFO, 0, (LPARAM)m_hwnd);
230
231
return 0;
232
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected