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

Method Create

src/Windows/DockableWindow.cpp:78–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int DockableWindow::Create(HWND hParent, HWND hNpp, int MenuID, int MenuCommand) {
79 int ret = Window::Create(hParent);
80 if (ret != 0)
81 return -1;
82
83 m_hNpp = hNpp;
84 m_menuID = MenuID;
85 m_menuCmd = MenuCommand;
86
87 return 0;
88}
89
90int DockableWindow::Destroy() {
91 //Unfortunately, N++ does not support Unregistering.....

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected