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

Method SaveAsDialog

SampleApps/WebView2APISample/ScenarioSaveAs.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229SaveAsDialog::SaveAsDialog(HWND parent, std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds)
230 : kinds(kinds)
231{
232 DialogBoxParam(
233 g_hInstance, MAKEINTRESOURCE(IDD_SAVE_CONTENT_AS), parent, DlgProcStatic, (LPARAM)this);
234}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected