Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.46 KB

icorewebview2experimentaltexturestreamstartrequestedeventhandler.md

File metadata and controls

43 lines (28 loc) · 1.46 KB
description title ms.date keywords
This is the callback for new texture stream request.
WebView2 Win32 C++ ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
04/10/2023
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler

interface ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
  : public IUnknown

This is the callback for new texture stream request.

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)

There are no event args and the args parameter will be null.