File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ interface ICoreWebView2SaveAsUIShowingEventArgs : IUnknown {
278278 /// Get the ` Cancel ` for save as
279279 [ propget] HRESULT Cancel ([ out, retval] BOOL* value);
280280
281- /// Indicates if the system default dialog will be Suppressed , FALSE means
281+ /// Indicates if the system default dialog will be suppressed , FALSE means
282282 /// save as default dialog will show; TRUE means a silent save as, will
283283 /// skip the system dialog.
284284 ///
@@ -341,7 +341,7 @@ interface ICoreWebView2SaveAsUIShowingEventArgs : IUnknown {
341341// / Receive the result for `ShowSaveAsUI` method
342342[uuid(1a02e9d9-14d3-41c6-9581 -8d6e1e6f50fe), object, pointer_default(unique)]
343343interface ICoreWebView2ShowSaveAsUICompletedHandler : IUnknown {
344- HRESULT Invoke([ in] HRESULT errorCode, [ in] COREWEBVIEW2_REQUEST_SAVE_RESULTS result);
344+ HRESULT Invoke([ in] HRESULT errorCode, [ in] COREWEBVIEW2_SAVE_AS_UI_RESULT result);
345345}
346346```
347347
You can’t perform that action at this time.
0 commit comments