Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.41 KB

icorewebview2experimentaltexturestreamwebtexturestreamstoppedeventhandler.md

File metadata and controls

41 lines (27 loc) · 1.41 KB
description title ms.date keywords
This is the callback for web texture stop.
WebView2 Win32 C++ ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler
04/10/2023
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler

interface ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler
  : public IUnknown

This is the callback for web texture stop.

Summary

Members Descriptions
Invoke Called to provide the implementer with the event args for the corresponding event.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

Invoke

Called to provide the implementer with the event args for the corresponding event.

public HRESULT Invoke(ICoreWebView2ExperimentalTextureStream * sender, IUnknown * args)