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

Method OnNotify

src/Windows/Dialog.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131INT_PTR Dialog::OnNotify(NMHDR * /*pnmh*/) {
132 return FALSE;
133}
134
135LRESULT Dialog::EditProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
136 HWND hParent = ::GetParent(hwnd);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected