MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CloseDialog

Method CloseDialog

WinArk/MainFrame.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void CMainFrame::CloseDialog(int nVal) {
478 DestroyWindow();
479 ::PostQuitMessage(nVal);
480}
481
482LRESULT CMainFrame::OnTcnSelChange(int, LPNMHDR hdr, BOOL&) {
483 int index = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected