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

Method OnNotify

src/Windows/SettingsDialog.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100INT_PTR SettingsDialog::OnNotify(NMHDR * pnmh) {
101 return Dialog::OnNotify(pnmh);
102}
103
104int SettingsDialog::SaveGlobalPath() {
105 TCHAR TTextBuffer[MAX_PATH];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected