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

Function EndDialog

Libraries/TabbingFramework/DynamicDialogTemplate.h:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 hWndParent, T::StartDialogProc, dwInitParam);
508 }
509 BOOL EndDialog(int nRetCode)
510 {
511 ATLASSERT(::IsWindow(m_hWnd));
512 ATLASSERT(m_bModal); // must be a modal dialog
513 return ::EndDialog(m_hWnd, nRetCode);
514 }
515 // modeless dialogs
516 HWND Create(HWND hWndParent, LPARAM dwInitParam = NULL)
517 {

Callers 13

OnOKMethod · 0.85
OnCancelMethod · 0.85
OnCancelMethod · 0.85
OnOkMethod · 0.85
OnCancelMethod · 0.85
OnOkMethod · 0.85
OnCancelMethod · 0.85
OnOkMethod · 0.85
OnCancelMethod · 0.85
OnOkMethod · 0.85
OnCancelMethod · 0.85
OnOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected