MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / CloseAppWindow

Method CloseAppWindow

SampleApps/WebView2APISample/AppWindow.cpp:2773–2785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771}
2772
2773void AppWindow::CloseAppWindow()
2774{
2775 if (m_onAppWindowClosing)
2776 {
2777 m_onAppWindowClosing();
2778 m_onAppWindowClosing = nullptr;
2779 }
2780 if (!CloseWebView())
2781 {
2782 return;
2783 }
2784 DestroyWindow(m_mainWindow);
2785}
2786
2787void AppWindow::DeleteComponent(ComponentBase* component)
2788{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected