Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.61 KB

icorewebview2experimentaltexturestreamstartrequestedeventhandler.md

File metadata and controls

50 lines (36 loc) · 1.61 KB
description title ms.date keywords topic_type api_name api_type api_location
Receives `StartRequested` events.
WebView2 Win32 C++ ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
07/31/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
APIRef
ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler
  : public IUnknown

Receives StartRequested events.

Summary

Members Descriptions
Invoke Provides the event args for the corresponding event.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

Invoke

Provides the event args for the corresponding event.

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