interface ICoreWebView2ExperimentalTextureStreamErrorReceivedEventArgs

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 ICoreWebView2ExperimentalTextureStreamErrorReceivedEventArgs
  : public IUnknown

The event args for the ICoreWebViewTextureStream ErrorReceived event.

Summary

Members Descriptions
get_Kind The kind of error that has occurred.
get_Texture The texture with which this error is associated.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

get_Kind

The kind of error that has occurred.

public HRESULT get_Kind(COREWEBVIEW2_TEXTURE_STREAM_ERROR_KIND * value)

get_Texture

The texture with which this error is associated.

public HRESULT get_Texture(ICoreWebView2ExperimentalTexture ** value)

For the COREWEBVIEW2_TEXTURE_STREAM_ERROR_KIND error kind, this property will be nullptr.