Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.38 KB

icorewebview2deferral.md

File metadata and controls

50 lines (36 loc) · 1.38 KB
description title ms.date keywords topic_type api_name api_type api_location
This interface is used to complete deferrals on event args that support getting deferrals using the `GetDeferral` method.
WebView2 Win32 C++ ICoreWebView2Deferral
07/31/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2Deferral
APIRef
ICoreWebView2Deferral
ICoreWebView2Deferral.Complete
COM
embeddedbrowserwebview.dll

interface ICoreWebView2Deferral

[!INCLUDE deprecation-note]

interface ICoreWebView2Deferral
  : public IUnknown

This interface is used to complete deferrals on event args that support getting deferrals using the GetDeferral method.

Summary

Members Descriptions
Complete Completes the associated deferred event.

Applies to

Product Introduced
WebView2 Win32 0.9.430
WebView2 Win32 Prerelease 0.9.488

Members

Complete

Completes the associated deferred event.

public HRESULT Complete()

Complete should only be run once for each deferral taken.