MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnEndDialog

Method OnEndDialog

Libraries/TabbingFramework/TabbedMDISave.cpp:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754LRESULT CSaveModifiedItemsDialog::OnEndDialog(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
755{
756 this->EndDialog(wID);
757 return 0;
758}
759
760LRESULT CSaveModifiedItemsDialog::OnListViewInsertItem(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
761{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected