interface ICoreWebView2ExperimentalUpdateRuntimeResult

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalUpdateRuntimeResult
  : public IUnknown

The UpdateRuntime operation result.

Summary

Members Descriptions
get_ExtendedError The update error happened while trying to update Edge WebView2 Runtime.
get_Status The status for the UpdateRuntime operation.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.865

Members

get_ExtendedError

The update error happened while trying to update Edge WebView2 Runtime.

public HRESULT get_ExtendedError(HRESULT * error)

ExtendedError will be S_OK if Status is not COREWEBVIEW2_UPDATE_RUNTIME_STATUS_FAILED or COREWEBVIEW2_UPDATE_RUNTIME_STATUS_BLOCKED_BY_POLICY.

get_Status

The status for the UpdateRuntime operation.

public HRESULT get_Status(COREWEBVIEW2_UPDATE_RUNTIME_STATUS * status)